Showing 10 of 1,280 results.

Step 2: The Paginator View | Semantic UI Paginator for Laravel 4

…? > 4 5 <?php if ( $ paginator -> getLastPage ( ) > 1 ) : ? > 6 < div class = " ui pagination menu " > 7 <?php echo $ presenter -> render ( ) ; ? > 8 </ div > 9 <?php endif ; ? > The paginator view is responsible for taking a $paginator object...

Calculating Averages Using Collections in Laravel

The avg method is a useful method for calculating the average of all items in the collection. The avg method defines an optional $key parameter, which can be used to specify what property of the collection should be averaged. If no key is...

The Laravel Framework Console Kernel

The console kernel exposes many different public methods. This article will not cover all of the public methods available, but only the most useful ones.

Command Interoperability and Laravel Artisan Applications

The typical Artisan command development workflow involves writing commands that interact with different components of the application or external services; the commands themselves are usually isolated in their scope and generally do not depend on...

Filter Search