Source Link
https://instms.com/laravel
In this video session we will discuss Laravel CRUD application using latest version. This will be used to insert, delete, update and view list of products. We start here from scratch to advance level. We use here laravel 9. We create here five laravel blade files that are as.
1. layout.blade
2. create.blade
3. edit.blade
4. index.blade
5. show.blade
We use here XAMPP and netbeans as code editor. Database schema is created using migrations.
Here a Laravel resource route is used to redirect different pages from blades.
We have also learn here to create laravel migrations, models and resource controllers using artisan commands.