by @chrux [email protected]
https://simplesurvey-chrux.herokuapp.com/
- copy .env.example file into .env
- edit .env file and change the
DB_
constants info as required - run
composer install
to install the dependencies - run
php artisan key:generate
to generate the application key - run
php artisan migrate
to create the database - run
yarn
- run
yarn dev
- run the app
php artisan serve