This repo contains recaps for Laravel Up & Running. You'll find these recaps in each file and every topic was explained in one file with a descriptive name such as the new_features.php file, this file contains the methods in Laravel v8
only and, so on. Also, you'll find some snapshots from the book in the public
folder.
Important
This project is compatible with less or equal version 8.
Thanks for considering contributing to the repository! The contribution guide can be found in the Contributions File.
- Routing and Controllers
- Blade Templating
- Database and Eloquent
- Front-end Components
- Collections and Handling User Data
- Artisan and Tinker
- User Authentication and Authorization
- Requests, Responses, and Middleware
- Testing
- Writing APIs
- Storage and Retrieval
- Mails and Notifications
- Queues, Jobs, Events, Broadcasting, and Scheduler
- Helpers
git clone https://github.com/mahmoudmohamedramadan/Laravel-Digging-v8 laravel_digging_v8
cd laravel_digging_v8
composer install