My contribution to the final group store redesign project
Created using a local environment (XAMPP on Windows). Of course you are free to use homestead if you like.
- clone the repo and cd into it
composer install- make sure db is running and credentials are setup in config\database.php (or in your .env file).
- If you have no .env file you can use the example one. Just rename .env.example to .env. Enter your db credentials here.
php artisan key:generatephp artisan migratephp artisan db:seedphp artisan serve- Visit localhost in your browser
