skip to Main Content

Laravel 11 and mailtrap

I have created a Laravel 11 app and I am using mailtrap to send mails and when I send password reset link and verification mail it shows that the mail has been sent yet on the mailtrap inbox it's not…

VIEW QUESTION

Laravel 11: BindingResolutionException: Target class [hash] does not exist during app bootstrap

I have just created a fresh Laravel project and installed Sentry for exception logging. Here is my bootstrap/app.php: <?php use IlluminateFoundationApplication; use IlluminateFoundationConfigurationExceptions; use IlluminateFoundationConfigurationMiddleware; use IlluminateSupportFacadesAuth; use SentryLaravelIntegration; use SentryStateScope; return Application::configure(basePath: dirname(__DIR__)) ->withRouting( web: __DIR__ . '/../routes/web.php', commands:…

VIEW QUESTION
Back To Top
Search