Showing 10 of 1,322 results.

getPhpTags | Workspaces

…parsing raw PHP regions within a template. PHP tags will be created whenever the following types of PHP tags are encountered: PHP Short Echo:, <?= ?>, PHP Open:, <?php ?>, If you are looking to retrieve PHP blocks created using Blade's @php...

The Hash Facade | Laravel's Bcrypt Hasher

…r. Since the Hash facade resolves an implementation of Hasher , all Hasher methods can be used on the facade: 1 <?php 2 3 use Illuminate \ Support \ Facades \ Hash ; 4 5 // All of the following calls are functionally 6 // equivalent. The output...

Laravel Application Helper: base_path

base_path($path = '') The base_path function can be used to retrieve the path to the directory the Laravel application is installed in. It can also be used to construct paths relative to the base path by supplying a $path . The following examples...

Favicon Configuration

The favicon generation feature provides many different configuration options. You can disable the feature entirely, add/remove favicon sizes, and even change the favicon generation driver entirely.

Updating the Favicon Driver | Favicon Configuration

If you've developed or installed a different favicon generation driver you will need to update the driver option within the site_essentials/favicons.php configuration file. Site Essentials for Statamic ships with an ImagickDriver by default. 1...

Thoughts on a "Guidance Engine"

…teach a topic. This holds true for every subject. Not just programming or technology topics. So knowing this, how could we even think of trying to create a new method for teaching someone a programming language? I believe the answer lies within...

Social Interactions | Thoughts on a "Guidance Engine"

This area is huge and important. Astonishingly important. Social networks would not be as big as they are if people did not have a genuine desire to be connected. That's my answer to questions like "Why is [insert giant social network name here]...

Class String Emulation | Formatter Configuration and Usage

Class string emulation is a feature (starting with version 1.5) that is able to apply the results of prettier plugins that target CSS class lists to strings contained within Blade directives and embedded PHP code. This feature also works when...