Devin

Results 6 comments of Devin

https://laracasts.com/series/commands-and-domain-events

I had the same issue as @lighningwolf. My Error.vue page uses a template that has required shared data however that data was not passed to Vue. ie: `HandleInertiaRequests` is not...

My `HandleInertiaRequests`: ```php class HandleInertiaRequests extends Middleware { /** * The root template that's loaded on the first page visit. * * @see https://inertiajs.com/server-side-setup#root-template * @var string */ protected $rootView...

I also just discovered this because (after updating Chrome and Flatpickr) I was getting form validation errors on the minute input field ONLY when the current time/minute was not divisible...