Showing 10 of 1,214 results.

Laravel Router Helper Function: delete

…luminate\Routing\Route . 1 <?php 2 3 // Registering a route with a Closure. 4 delete ( ' route-name ' , function ( ) { 5 // Function logic 6 } ) ; 7 8 // Registering a route mapped to a controller method. 9 delete ( ' route-name ' , '...

Laravel Router Helper Function: patch

…Illuminate\Routing\Route . 1 <?php 2 3 // Registering a route with a Closure. 4 patch ( ' route-name ' , function ( ) { 5 // Function logic 6 } ) ; 7 8 // Registering a route mapped to a controller method. 9 patch ( ' route-name ' , '...

Available Orderable Parameters | Sorting Comment Threads

There are many variables that can be used when sorting comment threads; please consult the Default Variables article for information about which properties are available. Compound properties may not be currently supported (i.e.,...

has($key, $locale = null) | The Laravel Translator

The has method determines if a translation exists. It accepts a $key , which corresponds to an array key within the translation group file, i.e., user . The method also accepts a $locale , which can be used to determine if a given key exists for a...

15. Disclaimer of Warranty. | License

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR...

Filter Search