While building the Laravel 5.1 Beauty blog, you’ll learn about:
Installing Laravel 5
Using Homestead
Using Elixir
Database Migrations
Database Seeding (using Model Factories)
Eloquent Models
Eloquent Pagination
Form Requests
Views (Blade...
A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise...