This is Collection #6, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.
This is Collection #2, a selection of interesting articles, stunning websites and cool tools around web development, technology and the internet.
I just had an issue with eager-loaded relations not working in unit tests. Here's how I solved the issue.
There are several methods to make your Laravel app faster by using caching. Today I want to introduce query caching which reduced the number of database calls to almost zero.
An article written by Matt Stauffer about 4 hidden Laravel secrets.
Reduce the query count with query caching in Laravel.
The CRUD builder looks awesome! More features: notifications, complete bootstrap, form maker and billing with Cashier.
You want to set the locale of your Laravel 5 application based on the visited subdomain? Here is the full tutorial.
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.