-
Hi!
I have a weird issue when using this package with spatie/laravel-event-sourcing. When I am running tests with PHPUnit everything fails after the first test.
Illuminate\Contracts\Container\Bi…
-
I am working with laravel 5.8 and try to generate a video thumbnail and get this error regularly. I have run php artisan config:clear and composer dumpautoload but I am getting this error again and ag…
-
### The Setup
When developing a package, I require in a laravel app and use this in the root composer.json
```
{
...
"require": {
...
"my-company/my-package": "dev-main",
},
…
-
I’ve been having a sporadic issue when building one of my sites on Netlify. I finally got it to happen locally so I have the full laravel log. It’s two errors, but they always seem to come together. T…
-
Being on `main` I cannot run `artisan:cache` as it returns the following error
```
Illuminate\Contracts\Container\BindingResolutionException
Unresolvable dependency resolving [Parameter…
-
When I trying to run composer install this error comes out
```
$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock f…
-
Hello!
Issue :
```
$composer update
package spatie/data-transfer-object is abandoned, you should avoid using it. Use spatie/laravel-data instead.
$composer why spatie/data-transfer-object
b…
-
### Description
I've just upgraded my Laravel project to Laravel 11 from Laravel 10. I've flushed caches. I'm getting the error:
> There is no role named `super_admin` for guard `web`.
Coming…
-
# Problem:
Using the "Move to Top" or "Move to End" buttons does not work as expected and creates incorrect sort order values after the sorting is done.
Note: Using Drag-and-Drop to sort / reorder r…
-
When using Laravel 11 and Statamic 5, I get following error:
`Interface "Facade\IgnitionContracts\ProvidesSolution" not found`