Laravel

1 min. read Published:

4 hidden Secrets about Laravel

An article written by Matt Stauffer about 4 hidden Laravel secrets.

1 min. read Published:

Laravel query caching with Rememberable

Reduce the query count with query caching in Laravel.

1 min. read Published:

Jumpstarting any Laravel app with Laracogs

The CRUD builder looks awesome! More features: notifications, complete bootstrap, form maker and billing with Cashier.

3 min. read Published:

Laravel 5: Localization based on the subdomain

You want to set the locale of your Laravel 5 application based on the visited subdomain? Here is the full tutorial.

3 min. read Published:

Laravel 4: Localization based on the subdomain

Need to change the application language used by Laravel based on the subdomain? Here's how to achieve it with some simple lines of code.