Showing 10 of 1,214 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...

Example Use | Laravel 5: String Translation Public API

…choice and transChoice methods: 1 <?php 2 3 use Illuminate \ Translation \ MessageSelector ; 4 5 class MyMessageSelector extends MessageSelector 6 { 7 8 /** 9 * Override the `choose` method to always return 10 * the same translation line. 11 * 12...

Filter Search