Showing 10 of 1,280 results.

Example Use | Laravel 5: String Translation Public API

…xists = $ translator -> has ( ' passwords.does_not_exist ' ) ; Line 11 in the above code examples could possible seem confusing at first. The method call returns true even though there is no es locale by default. The method call returns true...

Executing a Command | Laravel Artisan: Interacting With Commands

To execute an Artisan command we first need to invoke the artisan console application. The console application is typically located in the root directory of the Laravel application and is named artisan . Some shells support invoking the...

Customizing The Laravel Artisan Application

…same modifications that can be made to Symfony's console application should also apply to the Artisan console application. Such modifications include changing the default command, application name and application versions string. Since we know...

The Controller Function | Laravel Paginator Pretty URLs

…d be the current page's results, $totalUsers would be the total number of records, and $perPage would be how many records should be shown on each page. Phillip Brown has an excellent article on Culttt...

The Function | Laravel and Kint Debugging

Looking through the issue some more today, I decided to write a new modify one of Kint's functions to work really nice with Laravel. Add this function to some helpers file, or a file that is accessed throughout your application: 1 if ( !...

Step 3: Configuring Laravel | Semantic UI Paginator for Laravel 4

Now we need to configure Laravel to use our Semantic UI paginator view. Don't worry - this is really easy. Open up the config/view.php file and look for the pagination key within the array and change its value to the location of your Semantic...

Filter Search