Skip to content

Instantly share code, notes, and snippets.

@harisfi
Created April 14, 2021 14:09
Show Gist options
  • Save harisfi/ec3fae34680c38706cbf3ee978a7172b to your computer and use it in GitHub Desktop.
Save harisfi/ec3fae34680c38706cbf3ee978a7172b 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
@MoLemine
Copy link

MoLemine commented Apr 15, 2024

thanks , it works normaly but don't forget run npm install and npm run dev for Asset bundling with Vite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment