Closed phpmac closed 8 months ago
Hey @phpmac,
I'm not sure from your description what the problem is, but Jetstream does support Laravel 11.
There is a current known bug (#1454) that you may be experiencing, and a PR (https://github.com/laravel/framework/pull/50665) awaiting release to fix it. I've included a temporary workaround at https://github.com/laravel/jetstream/issues/1454#issuecomment-2006066983 that will help if you are experiencing the same issue.
If you're experiencing a different issue, please provide the error message you're getting.
Thanks.
Jetstream Version
5
Jetstream Stack
Inertia
Laravel Version
11
PHP Version
8.3
Database Driver & Version
No response
Description
当运行
php artisan jetstream:install inertia
命令的时候会提示上面这个错误,实际上laravel11路由已经不是那样修改的。Steps To Reproduce
当运行
php artisan jetstream:install inertia
命令的时候会提示上面这个错误,实际上laravel11路由已经不是那样修改的。