We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de726f9 commit 3f552e4Copy full SHA for 3f552e4
src/Commands/InitCommand.php
@@ -618,6 +618,7 @@ protected function changeMiddlewareForTelescopeAuthorization(): void
618
{
619
$config = ArrayFile::open(base_path('config/telescope.php'));
620
621
+ // TODO: add Authorize::class middleware after inplementing an ability to modify functions in the https://github.com/RonasIT/larabuilder package
622
$config->set('middleware', [
623
'web',
624
'auth:web',
0 commit comments