Support the ongoing development of Laravel.io →
Input Views Forms
Last updated 1 year ago.
0

What are you trying to achieve?

You would need to redirect to a route which then uses Controller@method.

From the doc:

Route::get('user/profile', array('as' => 'profile', 'uses' => 'UserController@showProfile'));

which calls showProfile method of UserController

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

iridion9 iridion9 Joined 9 Jun 2014

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.