How To Run Downloaded Laravel Projects From GITHUB on localhost XAMPP
So you found a cool Laravel project off Github.com and want to use it locally to play around with it or learn from it. Or maybe you are following another DevMarketer project and are having trouble getting started from one of the Github repos.
This video will show you the standard things you need to do to clone a Github repo onto your local computer and get it set up to start working on your system.
In addition to cloning the repo, this means we need to set up the database, the env file, the encryption key, and more.
So grab your favorite repo and let’s clone it and get it working on your local system.
How To Run downloaded Laravel Projects From GITHUB on localhost XAMPP
STEPS:
download zip file or clone the project
cd laravel-starter
cp .env.example .env
open .env and update DB_DATABASE (database details)
run : composer install
run : php artisan key:generate
run : php artisan migrate:fresh --seed
run : php artisan serve
Our Playlists:
Laravel 9:
https://www.youtube.com/playlist?list=PLT51dtioU1pMRjcKAxaFzvWu8Sts_UxoC
Nuxt Js
https://www.youtube.com/playlist?list=PLT51dtioU1pPGuiF-LUncoy4dBlNZQZBR
Laravel And Vuejs
https://www.youtube.com/playlist?list=PLT51dtioU1pN0mQqQ5RM5nE8uOfzsqml2
Laravel Notifications:
https://www.youtube.com/playlist?list=PLT51dtioU1pPaMcBTIvxVcVEnH9X5ynIt
Laravel And React Js
https://www.youtube.com/playlist?list=PLT51dtioU1pNoJ1C-TJbp13hEw7NmJv6i
Laravel Interview Questions And Answers:
https://www.youtube.com/playlist?list=PLT51dtioU1pMFovNbZHkHdJEzU5RNJwa2
Laravel User Management System:
https://www.youtube.com/playlist?list=PLT51dtioU1pPNxwwo3dWfkUCKI2BXnc_H
Laravel Multi Auth System
https://www.youtube.com/playlist?list=PLT51dtioU1pPmtFnYQ5WRnYvvL1zW74wl
Follow us:
YoutTube: https://www.youtube.com/c/Ajayyadavexpo
Instagram: https://www.instagram.com/ajayyadavexpo/
Twitter : https://twitter.com/ajayyadavexpo
Linkedin : https://www.linkedin.com/in/ajayyadavexpo/
Github : https://github.com/AjayYadavAi
Please subscribe to my channel and share the video with your friends.
#laravelgithub #GithubLaravelLocalhost #LocalhostGithubLaravelProject