J. Regner

Results 6 issues of J. Regner

Hey, I want to report an unexpected behavior/ bug when using clone and `MapTo`.  Here is an example:  ```php class ExampleData extends DataTransferObject { #[MapTo('account_id')] public ?int $account; #[CastWith(CarbonImmutableCaster::class), MapTo('expires_at')]...

bug

I have this error: ``` ERROR in ./assets/main/components/components-critical.css (./node_modules/css-loader??ref--4-2!./node_modules/postcss-loader/lib!./assets/main/components/components-critical.css) Module build failed: Syntax Error (2:5) `@apply` cannot be used with `.w-full` because `.w-full` either cannot be found, or it's actual...

Is it possible to update respect/validation to version 2.x?

- [x] Missing `beyond:make:migration` command - [x] The given module "Auth}" does not exists. Did you run `php artisan beyond:make:module Auth`? - [x] Module can not be `--force` overwritten -...