There are few breaking changes in Laravel 8
which don't allow to follow the Laravel 7 or older
. So, If you are new to Laravel then you might need to know the basic breaking changes because without that you can not make anything.
Laravel docs is always a central point for knowing the changes. If you would like to see these changes in action then you are at right place.
I made this CRUD application which involves all the basic features of Laravel and it's more than enough to know learn basic of Laravel. I have write up at nstack.in of this crud application and also free videos at YouTube.
- Creating Laravel Project
- My Environment Overview
- Laravel Hello World
- Creating Model, Controller and Migration using Artisan CLI
- Creating All desired routes
- Adding Views
- Using Blade
- Creating Laravel Project
- My Environment Overview
- Laravel Hello World
- Creating Model, Controller and Migration using Artisan CLI
- Creating All desired routes
- Adding Views
- Using Blade