Showing 10 of 2,055 results.

Special Cases for Laravel's Pluralization Features

Any words, or word endings, in the following table will not be affected by the plural method. This is either because the resulting word is already plural, or because there is no inflection available. Word endings are denoted by the prefix * :...

Laravel Artisan Vendor Command: The vendor:publish Command

The vendor:publish command is used to publish any assets that are available from third-party vendor packages. It provides a few options to help specifically choose which assets should be published. The following table lists and describes each of...

setEchoHandlers | Blade Compiler

Sets and overrides all existing echo handlers. In default setups, this is set to the value of the Illuminate\View\Compilers\BladeCompiler::$echoHandlers protected property. Argument Description $handlers The echo handlers. 1 <?php 2 3 public...

Permission Variables | Default Variables

Each comment author array ( author or internal_parent_author ) contains an array permissions containing all of the resolved permissions for the user. Anonymous authors will also have a permissions array, with all permissions set to false . The...