Alain Martini
Results
3
comments of
Alain Martini
Here is the fix: https://github.com/matt-pawley/oc-imageresizer-plugin/pull/81
genius, thankyou it saves to put the hands in livewire. ``` //Livewire\Mechanisms\PersistentMiddleware\PersistentMiddleware::getRouteFromRequest($request) $route = app('router')->getRoutes()->match($request); ``` the getRoutes function was failing to find the route in livewire even if i...