Angular Projects For Beginners With Laravel | Hotel Management System project with angular 8 and Laravel (how to install laravel project on localhost ) Part 3
Hotel Management System project with angular 8 and laravel (how to install laravel project on localhost ) Part 3
in this tutorial we will install laravel on over localhost
Requirement
- Server (local Server XAMPP,WAMPP)
- Composer
How To Install and Download XAMPP
- Vist https://www.apachefriends.org/download.html website
- Select Yor OS Support Version And Download
- After Download You will get one exe file
- Run Downloaded EXE File And install XAMPP on your System
- Start XAMPP Server
How To Install Composer
- Visit https://getcomposer.org/download/ website
- Click Composer-Setup.exe and download composer EXE File
- After Downloading EXE File,for install composer click EXE file
- Check composer version using cmd
- Open Your CMD and Type composer command
After XAMPP And Composer Installation you will install laravel on your system
1. Open your CMD And Go To your XAMPP Htdocs Folder
C:\xampp\htdocs>
2. Use this command For install laravel
Command : composer create-project laravel/laravel=5.8 angular-laravel-project --prefer-dist
3. After Laravel installation run laravel project on your web browser
http://localhost/your-project-folder-name/public/
Example
http://localhost/tutorial/angular-laravel-project/public/
