Showing 10 of 2,133 results.

Example Use | Laravel 5.5 String Helper Function: camel_case

…Str ; 2 3 // myWords 4 echo Str :: camel ( ' my words ' ) ; 5 6 // myWords 7 echo Str :: camel ( ' my-words ' ) ; 8 9 // myWords 10 echo Str :: camel ( ' my_words ' ) ; 11 12 // myWords 13 echo Str :: camel ( ' my-words_ ' ) ; Again, the camel...

Laravel Application Helper: database_path

database_path($path = '') The database_path function can be used to retrieve the path to the database directory. It can also be used to construct paths relative to the database directory by supplying a $path . The following examples will assume...

The Raw PHP Directives | Core Concepts

The last significant difference to bring attention to is how the library's parser and compiler handle Blade's PHP directive. The library's parser will not attempt to locate the @endphp directive if the opening @php directive contains arguments: 1...

Disabled Comments

Since it is possible for Meerkat to disable new comment submissions for any given post on your site, it might be a good idea to have your template adapt and display a message to visitors. By default, Meerkat does not close comment threads...

findComponentsByTagName | Workspaces

Finds all components with the provided tag name. This method will return all component tags that match the provided name, including closing tags. Argument Description $tagName The tag name to filter on. 1 <?php 2 3 use Stillat \ BladeParser \...

Installing the Plugin | Installing Linguistics for Adobe Brackets

Installing the plugin in Brackets is incredibly simple. Start Brackets and activate the Help menu item and then select Show Extensions Folder . This will open a new Finder or Explorer window (depending on your platform) displaying your Bracket's...

se_is_set_type

The se_is_set_type modifier is a utility modifier that can be used to easily check if a Bard or replicator field contains a specific set at some arbitrary position. As an example, this modifier can be used to simplify template code to dynamically...