make:job-middleware

Create a new job middleware class

Options

  • force - Create the class even if the job middleware already exists Optional
  • pest - Generate an accompanying Pest test for the Middleware Optional
  • phpunit - Generate an accompanying PHPUnit test for the Middleware Optional
  • test - Generate an accompanying Test test for the Middleware Optional

Arguments

  • name - The name of the middleware Required
php artisan make:job-middleware [-f|--force] [--test] [--pest] [--phpunit] [--] <name>