Support the ongoing development of Laravel.io →

2,391 Threads

Send an array as parameter value to route

Hey, How can I pass an array variable to the Laravel Controller using GET method? My route is define...

0 Likes
1 Replies

Manipulate form request data

Hi there, Does anyone know how I can modify the data a form request object contains before it is use...

0 Likes
5 Replies

Laravel Exceptions have empty getMessage()

Laravel Version: v5.3.26 PHP Version: 7.0.10 Database Driver & Version: mysql:5.7 Hi, I am try...

0 Likes
0 Replies

Validating route parameters in form requests

Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...

0 Likes
1 Replies

Administrator Update User's Passwords (Please Help)

I'm making an administrator section where the admin can change Users passwords. I am able to Create...

0 Likes
9 Replies
Solved

How to solve MethodNotAllowedHttpException in RouteCollection.php line 218:?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
1 Replies

Avoiding laravel from redirecting user after login

I'm trying to show "logged in" message after user logged in to my application, actually wh...

0 Likes
1 Replies
Solved

How to solve Missing argument 2 for App\Http\Controllers\UserController::destroy() in laravel 5.3?

My view is like this : @foreach($users as $user) <tr> <td>{!! $user->id !...

0 Likes
2 Replies

How to get parameter in url (laravel 5.3)?

My url is like this : http://localhost/mysystem/public/users/index/2016 I want to get 2016, because...

0 Likes
3 Replies

How to solve route not defined in laravel 5.3?

My controller code is like this : public function store(CreateUserRequest $request) { $input = $...

0 Likes
1 Replies
posted 7 years ago

[5.2] Unexisting URL doesn't lead to the 404 page

I'm testing a website, I've just tried to put an unexisting URL to see my custom 404 page, but inste...

0 Likes
1 Replies

How to get parameter in laravel 5.3?

My view is like this : <li class="{{ Request::is('users*') ? 'active' : '' }}">...

0 Likes
1 Replies

Check if requested object is null

Hey, at first: sorry for my bad english, I hope you'll unterstand my problem. So, I would like to ch...

0 Likes
3 Replies

Model already exist

So I can't find the answer to this. I had my class Permission, the name of the file was Permission.p...

0 Likes
2 Replies
Solved

Single Field Validation

Just wondering what is the best way to validate a single field. Situation is laravel is the backend...

0 Likes
0 Replies

Call Controller function from within Controller with $request params

Hi, i have a Controller with a function : public function Upload(Request $request) { $file = $r...

0 Likes
0 Replies

How to join in laravel infyom generator?

My controller is like this : <?php namespace App\Http\Controllers; ... class UserController ex...

0 Likes
0 Replies

How to get base url form json in laravel 5.3?

My javascript code is like this : $.getJSON("{{ url('/dropdowns/satkers') }}" + "/&qu...

0 Likes
1 Replies
Solved

Validating and storing checkboxes

I'm building a quote form and need help passing data into my controller for validation. I have the f...

0 Likes
0 Replies

Parameters route to controller

I'm beginner with laravel. I have a model "Movie" with several categories like western, su...

0 Likes
3 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.