Replies: 5 comments 5 replies
-
Same issue here and reported with more info on #68. for me it looks like it has to do something with the |
Beta Was this translation helpful? Give feedback.
-
My problem was solved by checking online php version als CLI version. these were different because of that the wrong package was installed. |
Beta Was this translation helpful? Give feedback.
-
@freekmurze there is only the src folder, when I try to include "\Spatie\MailPreview\Http\Middleware\AddMailPreviewOverlayToResponse::class," it can't be found. I already reinstalled it, after upgrading to composer v2. Still only src folder. Maybe your upload is broken? Or which php version do you support? I am using PHP 7.4.3 |
Beta Was this translation helpful? Give feedback.
-
We solved it to remove the route, and register it tlike below in the appserviceprovider
|
Beta Was this translation helpful? Give feedback.
-
For me, I had installed the package with This is because I had The quickest fix for this problem is to move this package from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I added
Route::mailPreview()
inside routes/web.php and getting the following error:I already tried clearing the cache.
PHP 7.3.25
laravel 8.27
Beta Was this translation helpful? Give feedback.
All reactions