geekshop tired to install
Without the installer is easy as well if you know Laravel.
- In the application folder, you must run
composer install
- Copy the
.env.example
file to.env
- Configure you application by modifying the database and mail configurations in the
.env
file - Then migrate and seed the database by running
php artisan migrate --seed