laravel-response Questions

2

Solved

I'm trying to use Laravel validation to generate custom error message, however I'm unable to find the function I should be overriding. Route: POST:/entries/ uses EntryController@store which uses E...

3

Solved

I'm using Laravel API Resource and want to convert all parts of my instance to an array. In my PreorderResource.php: /** * Transform the resource into an array. * * @param \Illuminate\Http\Re...

3

Solved

I am making an API and i want return the array of errors with a format as the one that $validator->errors(); generates when i validate the request by the manual way. But i cant manipulate the re...

3

I wish to make search query by datepicker and select field. How could I get the requests values from below view file to controller? Where could I modify in the code? thanks. index.blade.php <d...

0

I'm unable to accept post request in Laravel because of following exception BindingResolutionException in Container.php line 819: Unresolvable dependency resolving [Parameter #0 [ <required>...
Laudable asked 15/3, 2017 at 11:13
1

© 2022 - 2024 — McMap. All rights reserved.