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 installto install the dependencies - run
php artisan key:generateto generate the application key - run
php artisan migrateto create the database - run
yarn - run
yarn dev - run the app
php artisan serve