Lirux
Lirux
You should consider to upgrade the Laravel framework to a newer version. This is actually the problem.
The problem with this merge is, that's it's not working with PHP 7 anymore.
I think not. Am I correct? https://www.php.net/manual/de/language.types.declarations.php#language.types.declarations.composite.union
For future reference. If someone wants to use the accessors or model relations of the result you could hydrate the results. ```php $table = DB::table('models') // join the relation(s) ->leftJoin('relations',...
Use this pull request https://github.com/rochal/jQuery-slimScroll/pull/212 from @ziscloud
Laravel 11 has already Slack Notification Integration. https://laravel.com/docs/11.x/notifications#slack-notifications
I have now spent some time trying to identify the issue. I believe I have found the problem. However, I am uncertain whether it can be resolved or how it...
I was able to fix this issue. With help of @zepfietje. He opened an issue at the livewire/livewire repository about this problem. https://github.com/livewire/livewire/discussions/4332 I applied these changes: `vendor/filament/filament/src/Pages/Auth/Register.php` ```php public...