JosephSilber / bouncer-demo-issue-524

Bouncer issue 524 reproduction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bouncer issue 524 reproduction

This repository aims to reproduce the issue.

To test this:

  1. Clone the project.

  2. Create the .env file by running this in your console:

    php -r "file_exists('.env') || copy('.env.example', '.env');"
    
  3. Update the .env file's database settings to point to an empty table in your database.

  4. Run php artisan migrate:fresh

  5. Run php artisan test

About

Bouncer issue 524 reproduction


Languages

Language:PHP 96.6%Language:HTML 3.4%