EriksonEnterprises
EriksonEnterprises
Hello, Laravel 10 composer gives these errors: ``` - rappasoft/laravel-authentication-log v2.0.0 requires illuminate/contracts ^9.0 -> satisfiable by illuminate/contracts[v9.0.0, ..., v9.52.0]. - Root composer.json requires lab404/laravel-impersonate ^1.7 -> satisfiable by lab404/laravel-impersonate[1.7.0,...
Hello, tried upgrading to Laravel 10 but I get these errors: ``` - lab404/laravel-impersonate 1.7.0 requires laravel/framework ^6.0 | ^7.0 -> found laravel/framework[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but it...
Hello, when trying to run composer install/update with Laravel 10, I get these errors: ``` - Root composer.json requires jamesmills/laravel-timezone ^1.12 -> satisfiable by jamesmills/laravel-timezone[1.12.0]. - jamesmills/laravel-timezone 1.12.0 requires treeware/plant...
**Describe the bug** Getting error of "unknown data type "uuid" **To Reproduce** - Be on or upgrade to Laravel 11 - Run: `php artisan migrate` in command line - Error...
Trying to do: ``` $this->close( andForget: [ ShowEvent::class, ], andDispatch: [ 'refreshCalendar', ], ); ``` The child modal closes and the dispatch works, but the parent modal (ShowEvent) doesn't close....