Laravel is a web application framework with expressive, elegant syntax. With this framework the developer can create secure and stable applications following the best pratices devised by the PHP community
This repository is my 'online notebook' with matters divided into directories so that I can consult my notes in the future (if not help someone).
- 001/ - Laravel Install
- 002/ - Understanding MVC in Laravel
- 003/ - Working with routes to write a CRUD
- 004/ - Automate with artisan (controller) and resource (routes)
- 005/ - Migrations create and rollback
- 006/ - Models and Business Rules
- 007/ - Working with blade
- 008/ - Assets and Laravel-Mix
- 009/ - Bootstrap in Laravel
- 010/ - Files Upload
- 011/ - Authentication
- 012/ - Ajax with Laravel
- 013/ - Seeds & Factories
- 014/ - Requests Validation