Custom Authorization
By default, you will only be able to access this dashboard in the local
environment. This behavior could be configured in config/paket.php
file in paket.middlewares
key. Authorize
middleware class is responsible for this restriction.
You may export configuration file using the vendor:publish
Artisan command.
$ php artisan vendor:publish --tag=paket-config
Updated about 5 years ago