Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 337 Bytes

laravel-e-commerce built by smail & jaouad

1 Setup enviroments

Coppy .env.example to .env cp .env.example .env

2 Add Stripe key and Secret to the file

3 Install dependencies

composer install && npm install

4 Generate a new key

php artisan key:generate

5 Run your app

php artisan serve - Good Luck

Smail & jaoaud