Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicejjss/747aa985caf9ec4a83f526e6e8f6bd72 to your computer and use it in GitHub Desktop.
Save nicejjss/747aa985caf9ec4a83f526e6e8f6bd72 to your computer and use it in GitHub Desktop.
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