Building a Laravel 8 CRUD Web Application - 02 - Setup

Опубликовано: 07 Октябрь 2024
на канале: Søren Spangsberg Jørgensen
15,906
116

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/