Laravel
This document covers some of the important concepts for Laravel that a developer must learn. These may cover some very basic concepts to advanced concepts as well.
Official documentation
Laravel documentation: https://laravel.com/docs/master
Online resources
Laravel from scratch
- https://laracasts.com/series/laravel-8-from-scratch
Eloquent ORM
- https://laracasts.com/series/eloquent-relationships
Naming conventions
- https://www.laravelbestpractices.com/#naming_conventions
Database conventions
- https://www.laravelbestpractices.com/#database_conventions
Single Responsibility Principle
- https://laracasts.com/series/solid-principles-in-php/episodes/1
Using SASS in Laravel
- https://medium.com/@ormrepo/how-to-structure-your-sass-within-a-laravel-application-7e6a219f8145
Laravel Passport
- https://laravel.com/docs/7.x/passport#introduction
Books
To be added.
Exercises
To be added.
- Laravel News