Awesome Laravel Education 
A curated list of resources for learning about the Laravel PHP Framework, to help you beginner, intermediate or advanced developer.
Translations
Please select the curated list below to begin your learning of the Laravel PHP Framework!
How to contribute?
- Please make an individual pull request for each suggestion
- New categories or improvements to the existing categorization are welcome
Make a difference
These guys below contributed with content, translations and more. What are you waiting for? Come join us and put yourself down below ;)

English Version
Index
- New to Laravel
- Quick References
- Learn From Video / Posts
- Composer / Homestead / Docker
- Routing / Controllers / Requests / Responses
- Database
- Models / Eloquent
- Views / Blade / Language
- Forms / Validation
- Architecture Foundations / IoC
- Auth / Security
- Middleware
- Front End
- Session
- Filesystem / Cloud Storage
- Cache
- Testing and Coding Standard
- Case Study
- Tutorial
- Blogs
- Newsletters
- Open Source Laravel
- Coding Standard
- Dependency Management
- Develop Tools
- PHP Book List for Developer
- Interview
- Misc
New to Laravel
- Laracasts: Laravel From Scratch
- Laracasts: Laravel 5 Fundamentals
- Laravel 5.1 Homestead Install Guide
- Laravel Homestead on Windows 8
- Laravel Homestead on Linux or Mac #5.4
- Laracasts: Say Hello to Laravel Homestead 2.0
- Setup Laravel excutable enviroment on AWS EC2 quickly
- Learn from tutorial
- Laravel Documentation: Basic Task List #5.1
- Laravel Documentation: Intermediate Task List #5.1
- Laravel Documentation #5.4
Quick References
- Awesome Laravel
- Awesome PHP
- Laravel API #5.4
- Laravel Cheat Sheet
- bestmomo/laravel5-3-example - A good example of how to use Laravel 5.3 to build an web application.
Learn From Awesome Video / Posts
Composer / Homestead / Docker
- Getting Started
- Laracasts: Meet Composer #Composer
- Laracasts: Virtual Machines and Homestead #Homestead #Virtual Machine #Vagrant
- Composer Intro #Composer
- Laravel Documentation: Setup Homestead #5.4 #Homestead
- Laravel in Docker #5.4 #Docker
Routing / Controllers / Requests / Responses
- Getting Started
- Laracasts: A Gentle Introduction to Routing, Controllers, and Views #Routing #Controller #View