Created
September 7, 2023 16:25
-
-
Save musavirchukkan/bdeac410aa29dff0badee6d57afb39ea to your computer and use it in GitHub Desktop.
steps to start a cloned laravel project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.Run git clone <my-cool-project> | |
2.Run composer install | |
3.Run cp .env.example .env | |
4.Run php artisan key:generate | |
5.Run php artisan migrate | |
6.Run php artisan serve | |
7.Go to link localhost:8000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment