René Sinnbeck

Results 24 issues of René Sinnbeck

A test database would be nice. Should it be created by default or be an option (the user can add one manually, but that is more work)

"cache" served name to enable clean up of old containers and images on name change

hacktoberfest

**Describe the bug** If you have 2 sortable areas with the multiple plugin and the first has sort: false, it still sorts the first if you drag from the first...

It seem to not work with Inertia. All classes are type hinted to return `Illuminate\Http\Response`. The problem is that Inertia mostly returns `JsonResponse` instead which does not extend`Illuminate\Http\Response`, but instead...