- clone the repo and
cdinto it composer install- Rename or copy
.env.examplefile to.env php artisan key:generate- generate the symbolic link
php artisan storage:link
- Set your database credentials in your
.envfile - migrate and seed the normal way with
php artisan migrate --seed
You need to configure your Mail credentials in your '.env' file, in order to enable the registration process and checkouts. if you are using the gmail service make sure the less secure app access is turned on.
- Set your mail credentials in your
.envfile - make sure your machine has turned off outbound mail scanning(if you're using antivirus or some kind of firewall)
Launch the app
php artisan serve






