Showing 10 of 1,204 results.

Laravel Router Helper Function: put

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

Custom Document and Query Transformers

…when users perform searches. All document transformers must implement the Stillat\DocumentationSearch\Contracts\DocumentTransformer interface. The following example would ensure that each indexed item would be found using the search query "Super...

Filter Search