You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually lumen route don't support name method.
so when execute php artisan scribe:generate
it throw error Call to undefined method Laravel\Lumen\Routing\Router::name()
Unfortunately, I probably won't be looking into this, as I have limited availability at the time. I'm currently working on the next major, where I'll be removing Lumen support, as Lumen is largely abandoned by Laravel and only creates a support burden here. Sorry :( .
Scribe version
4.40
PHP version
8.3
Framework
Lumen
Framework version
10
Scribe config
What happened?
check the
lumen.php
file.actually lumen route don't support name method.
so when execute
php artisan scribe:generate
it throw error
Call to undefined method Laravel\Lumen\Routing\Router::name()
Docs
The text was updated successfully, but these errors were encountered: