laravel / jetstream

Tailwind scaffolding for the Laravel framework.

Home Page:https://jetstream.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php artisan view:cache returns an error since laravel 11 : Unable to locate a class or view for component [mail::message].

Lukimer opened this issue · comments

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: laravel/framework#44544

Steps To Reproduce

Just run these commands:

composer dump-autoload
php artisan view:clear

Please don't post multiple issues

Sorry!