Installing Laravel on Your Local Machine - Quick Guide

Published: 29 November 2023
on channel: Dev-Ani
37
0

Requirements for Laravel Installation:
Composer - https://getcomposer.org/download/
Node Js - https://nodejs.org/en/
Xaamp - https://www.apachefriends.org/

Commands to Follow:
composer create-project laravel/laravel example-app
composer require laravel/ui
php artisan ui bootstrap --auth
npm install
npm run dev
php artisan serve

Laravel Documentation: https://laravel.com/docs/10.x


Watch video Installing Laravel on Your Local Machine - Quick Guide online without registration, duration hours minute second in high quality. This video was added by user Dev-Ani 29 November 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 37 once and liked it 0 people.