On this episode we cover all prerequisites to use Laravel, Install Laravel and setup our first project.
Commands used in video:
composer create-project laravel/laravel app-name
cd app-name
php artisan serve
Laravel Documentation : https://laravel.com/docs/9.x/installa...
Composer : https://getcomposer.org/
XAMPP : https://www.apachefriends.org/
Laragon : https://laragon.org/
-------------------------------------
Time Stamps:
-------------------------------------
00:00 - intro , Laravel prerequisites
02:30 - Install Laravel using composer
04:00 - running our project
What is Laravel :
Laravel is a free and open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller architectural pattern and based on Symfony.
https://en.wikipedia.org/wiki/Laravel
If you have any questions or problems please leave a comment.