I can no longer use the following syntax to create a plain controller in laravel 8.1
$php artisan make:Controller UserController --plain
When I execute above command, it fails with:
The `--plain` option does not exist
Many tutorial still uses the above syntax, what is the new method to generate a plain controller.