Bouncer issue 430 reproduction
This repository shows the queries executed when the cache is disabled.
To test this:
-
Clone the project.
-
Create the
.env
file by running this in your console:php -r "file_exists('.env') || copy('.env.example', '.env');"
-
Update the
.env
file's database settings to point to an empty table in your database. -
Run
php artisan migrate:fresh --seed
-
Run
php artisan inspect:bouncer-query
You should see a dump of the queries that were executed.