Clone from github and run project laravel

PHOTO EMBED

Tue Oct 18 2022 10:28:17 GMT+0000 (Coordinated Universal Time)

Saved by @ahmad007 #laravel #ajax

1.go to htdocs folder and open git bash
2. git clone "url taken from remote github link"
3. cd projectName
4. composer update / composer install
5. make database name it with projectname or other
6. you can do npm install if required
7. then make a copy of .env file by using this command
8. cp .env.example .env
9. php artisan key:generate
10. php artisan migrate --seed
content_copyCOPY