Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...
Hi there, Does anyone know how I can modify the data a form request object contains before it is use...
Laravel Version: v5.3.26 PHP Version: 7.0.10 Database Driver & Version: mysql:5.7 Hi, I am try...
Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...
I'm making an administrator section where the admin can change Users passwords. I am able to Create...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
I'm trying to show "logged in" message after user logged in to my application, actually wh...
My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...
My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...
My controller code is like this : public function store(CreateUserRequest $request) { $input = $...
I'm testing a website, I've just tried to put an unexisting URL to see my custom 404 page, but inste...
My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...
Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...
So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...
Just wondering what is the best way to validate a single field. Situation is laravel is the backend...
Hi, i have a Controller with a function : public function Upload(Request $request) { $file = $r...
My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...
My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...
I'm building a quote form and need help passing data into my controller for validation. I have the f...
I'm beginner with laravel. I have a model "Movie" with several categories like western, su...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community