Closed Lukimer closed 7 months ago
5.0
Inertia
11
8.3.4
No response
Since I run a composer update to get the latest laravel version (11), my deployment script crashes.
If I go back to laravel 10.48.7, the error does not occur anymore.
This bug just like the issues: https://github.com/laravel/framework/issues/44544
Just run these commands:
composer dump-autoload php artisan view:clear
Please don't post multiple issues
Sorry!
Jetstream Version
5.0
Jetstream Stack
Inertia
Laravel Version
11
PHP Version
8.3.4
Database Driver & Version
No response
Description
Since I run a composer update to get the latest laravel version (11), my deployment script crashes.
If I go back to laravel 10.48.7, the error does not occur anymore.
This bug just like the issues: https://github.com/laravel/framework/issues/44544
Steps To Reproduce
Just run these commands:
composer dump-autoload php artisan view:clear