Showing 10 of 1,214 results.

Laravel MessageBag Public API: add

…first message bag message ' ( length = 29 ) 5 1 => string ' This is a different hello ' ( length = 25 ) 6 ' world ' => 7 array ( size = 1 ) 8 0 => string ' The second message ' ( length = 18 )The $key supplied to the add method should make sense...

Special Cases for Laravel's Pluralization Features

…almon scissors sea bass sea-bass series shears siemens species staff swine testes traffic trousers trout tuna whiting wildebeest knowledge love rain nutrition pokemon police series In addition to words that are not inflected, the method also...

Laravel Miscellaneous Helper Function: data_fill

data_fill(&$target, $key, $value) The data_fill helper function accomplishes the same fundamental task as the data_set helper function. The only difference is that the data_fill does not define an optional $overwrite parameter. data_fill...

Laravel 5: Performing HTTP Redirects With redirect

The redirect helper function is a useful helper function and makes the task of returning HTTP redirects much easier from controller actions or from routes. The $to parameter is defined with a default value of null . When $to is null , the redirect...

Laravel Artisan Queue Command: The queue:listen Command

The queue:listen command is used to listen for and process jobs as they are added to the job queue. The command defines numerous parameters and options that can be used to customize how the queue listener interacts with and behaves under different...

Filter Search