Showing 10 of 2,055 results.

Laravel Collection Public API: diff

diff($items) The diff method is used to determine which items in the collection are not present in the supplied $items collection. $items can be be either an array, or another instance of Collection . The diff method returns a new instance of...

7. Additional Terms. | License

“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in...

7. Additional Terms. | License

“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in...

7. Additional Terms. | License

“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in...

Laravel Artisan Generator Command: The make:auth Command

The make:auth command can be used to generate login and registration views, a basic HomeController controller and routes that can be used for basic authentication tasks. It accepts the optional flag --views which can be used to only generate the...

precompiler | Blade Compiler

Registers a precompiler with the compiler. This method has the same behavior as the Illuminate\View\Compilers\BladeCompiler::precompiler method. You do not need to manually call this method to sync compiler information if you use the default...