This repository was created as a simple test case for issue #463 of he Bouncer repository.
To test:
- Clone this repository.
- Run
php -r \"copy('.env.example', '.env');"
to create the.env
file. - Update the database config in the
.env
file to a database of your choice. - Open your web browser, and load the main route of the application.
You should see the text nope
appear on screen.