-
According to Chat GPT there is a way to use amazon SES with this package:
> Yes, it is possible to receive inbound emails from Amazon SES using Beyond Code Laravel Mailbox. Laravel Mailbox provides…
-
### What Happened
Expect('App\Enums')->toBeEnums(); is passing although my App doesn't contain an Enums directory.
The test is executed in tests/Unit/ArchTest.php
![pest](https://github.com/pes…
-
Hi,
I'm experiencing strange behaviour:
- using: davzie/laravel-bootstrap (1.0.3)
- php artisan serve
- tested on Chrome (Version 33.0.1750.146)
- tested on Firefox (Version 26.0)
- running on Mac OS…
howcr updated
10 years ago
-
Hi
I have placed below code in Appserviceprovider > register method.
```
$this->app['wishlist'] = $this->app->share(function($app)
{
$storage = $app['session']; // laravel session st…
-
TypeError
Argument 1 passed to Illuminate\Auth\EloquentUserProvider::validateCredentials() must be an instance of Illuminate\Contracts\Auth\Authenticatable, instance of App\Models\User given, called …
-
### Package version, Laravel version
laravel/framework v5.4.28 The Laravel Framework.
laravel-doctrine/orm 1.3.6 A Doctrine ORM bridge for Laravel 5
larav…
-
Hi, first thanks for this package. I'm making some tests and i found maybe an issue.
I'm connected on my site a. I write a log info from a http request, the log write into log file domain (storage/…
-
Just tested your instructions.
1. Thank you for this. This was such a time saver. I appreciate your work.
2. `Step 6. Publish the Laravel Mix config file` was where things went differently.
I …
-
**Describe the bug**
Getting a `Starting inspector on 127.0.0.1:9229 failed: unknown error`
**Reproducible example**
```php
public function processHTML(Request $request)
{
$nod…
-
hi broken in 2.0.15. emails do not send. i have added a custom SMTP server. test email works. contact form email does not work. please help :( can't see any PHP errors. where are the mic…