Showing 10 of 1,280 results.

Implementing Laravel Artisan Console Commands

…e ( ) 39 { 40 // 41 } 42 } As can be seen in the above output, each command contains a $signature and $description property. The $signature property is used to specify what arguments and options the command can accept (this property did not exist...

Default Laravel Classes That Support Macros

The following Laravel classes allow for macros to be created by using the \Illuminate\Support\Traits\Macroable trait. There are, at the time of this writing, six classes that ship with direct support for macros: Class Description...

Semantic UI Paginator for Laravel 4

…plans for more stuff on Semantic UI, however). You can learn more about it at the website http://semantic-ui.com/ (opens in new window/tab). I will say however, that it is pretty cool. In the past I've written a number of posts about pagination...

registerCommand($command) | The Laravel Framework Console Kernel

The registerCommand method is used to register a command with the console application. In older versions of Laravel, it was required to use this method to register any custom commands with the console kernel. The registerCommand method expects a...

An Introduction To Laravel Collections

…apper around PHP's arrays. The Collection class has numerous methods for retrieving, setting and manipulating the data of the underlying array. Each Collection instance has an internal array which is used to store the actual collection...

Filter Search