Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 482 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 482 Bytes

Simple Bouncer Usage

This repository was created as a simple test case for issue #463 of he Bouncer repository.

To test:

  1. Clone this repository.
  2. Run php -r \"copy('.env.example', '.env');" to create the .env file.
  3. Update the database config in the .env file to a database of your choice.
  4. Open your web browser, and load the main route of the application.

You should see the text nope appear on screen.