Showing 10 of 2,144 results.

Laravel Collection Public API: jsonSerialize

jsonSerialize The jsonSeralize method internally returns the value of the toArray method. This method exists to implement PHP's JsonSerializable interface, which allows developers to customize how a class is represented when using the json_encode...

A Guidance Engine | Thoughts on a "Guidance Engine"

A lot of people probably though of search engines at the end of that last section. After all, that is what search engines are supposed to do: expose content from around the web. However, I find search engines distracting. For one thing, you may...

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]...

The Challenge | Antlers and Blade Formatters: Behind the Scenes

…de can be challenging languages to format and produce acceptable results. Let us take a look at this unformatted Blade example: 1 <! DOCTYPE html > 2 < html > 3 < head > 4 < style > . some-class { background-color : white ; color : black } 5 @...

Laravel 5: Accessing the Authentication Manager With auth

The auth helper function is a convenience function to quickly access the Laravel authentication features; used without supplying any arguments for $guard , the auth helper function is an alternative to using the Auth facade. With no arguments, the...

Disabling Favicon Features | Favicon Configuration

The favicon generation features can be disabled by updating the enabled value within your site's site_essentials/favicons.php configuration file. When disabled, favicons will not be automatically added to your site's web manifest file (if using...