- Clone the repo
- Run
composer install
- Copy
.env.example
to.env
and configure the database variables - Run
php artisan migrate --seed
- Run
php artisan key:generate
- Run
php artisan serve
- Go to http://127.0.0.1:8000/admin and login with
[email protected]
andpassword
- Go to http://127.0.0.1:8000/admin/users and click the "export" button
- Run
php artisan queue:work
- The job in the queue fails <-- that is the bug
It happens when you have in the ressource a request based on the auth()->user()
and a filter with a relation