Run Laravel Project Clone from-GitHub
How can I run Laravel project when I clone from Github ?
Clone your project
Go to the folder application using cd command on your cmd or terminal
2.Run -> composer install
3.Run -> npm install && npm run dev
4.Run -> cp .env.example .env
5.Run -> p...
blog.nafiur.com1 min read