In this video series I demonstrate how we can develop a full CRUD (Create-Read-Update-Delete) web application from scratch using the PHP web application framework Laravel version 8. During the videos, we will talk about Model-View-Controller, migrations, the Blade template engine, Composer, opinionated and un-opinionated etc.
Command to install newest Laravel 8 framework:
composer create-project laravel/laravel example-app "8.*"
GitHub: https://github.com/sspangsberg/Larave...
Laravel: https://laravel.com/