-
### Bug description
I always get an error "Database connection [tenant] not configured." on an event that implements Shouldbroadcast.
This error was introduced since upgrading to 3.8.5 - downgrading…
-
Hey,
Can you guys make a Service Provider in your package for us to reference so we don't have to do that custom stuff for the migrations? https://laravel.com/docs/5.3/packages#migrations
ghost updated
7 years ago
-
```
BadMethodCallException
Method Illuminate\View\View::toArabicHTML does not exist
```
-
Thanks for this package. I'm getting the following error:
```
Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Illuminate\Foundation\Application::share()
at …
-
Hey guys,
Trying to use https://github.com/monospice/laravel-redis-sentinel-drivers as my cache driver, and it won't let me load the driver at all if I have the Waavi/transaction service provider i…
-
Is it somehow possible to support Laravels autodicovery feature?
I tried to dig into Laravel to find the relevant code but I only found the place [where the extra gets loaded](https://github.com/la…
-
This is what my code looks like
``` js
$authProvider.facebook({
clientId: '........',
redirectUri: window.location.origin + '/'
});
```
in my facebook account, site url is mentioned as `http…
-
Hello.
I tried to use the controllers here to create a chucked upload. I am getting the following error
"Unresolvable dependency resolving [Parameter #0 [ $disk ]] in class Pion\\Laravel\\Chu…
-
I see you have some Laravel projects so could you make L5 integration for this lib (service provider + facade)?
-
When installing this Honeypot package, my custom translations from `.json` translation files are not available in Laravel Nova.
I know of one other package that exhibits the same problem: [Interven…