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.examplefile to.env - Configure you application by modifying the database and mail configurations in the
.envfile - Then migrate and seed the database by running
php artisan migrate --seed
