You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a problem whereby parameters passed through internal requests are not available in Laravel's $request->input().
Fixes support for custom data includes in Dingo\Api\Transformer\Adapter\Fractal.
Fixed issue on URLGenerator for signed routes.
Changes
Convert Illuminate\Database\Eloquent\ModelNotFoundException to Symfony\Component\HttpKernel\Exception\NotFoundHttpException instead of just tweaking the response status code.
Use Illuminate\Foundation\Application::bootstrapPath() by default when caching routes.