#Laravel_installation

Опубликовано: 14 Октябрь 2024
на канале: Code With Raja
45
6

How to install Laravel 8 via composer.
How to install Xampp in Windows 10.
1.To install and create project in the Laravel write this code in the command prompt: -
composer create-project laravel/laravel example-appcomposer create-project laravel/laravel example-app
2.To runt the project write:-
php artisan serve
Or just follow the following links and install step by step:-
https://getcomposer.org/download/
https://laravel.com/docs/8.x
https://www.apachefriends.org/xampp-f....
#Laravel_installation #Laravel_Create_Project