Welcome Guest, Not a member yet? Register   Sign In
language abbreviation in url
#6

Edit routes.php like this:

PHP Code:
$routes->get('{locale}/auth/(:any)''Auth::$1');
$routes->post('{locale}/auth/(:any)''Auth::$1'); 

{locale} - local code
auth - name controller
(:any) - name method
Reply


Messages In This Thread
language abbreviation in url - by arassaff - 04-23-2019, 09:45 PM
RE: language abbreviation in url - by includebeer - 04-24-2019, 05:28 AM
RE: language abbreviation in url - by arassaff - 04-24-2019, 09:55 AM
RE: language abbreviation in url - by futureisnow - 09-23-2019, 02:01 PM
RE: language abbreviation in url - by ciadmin - 09-23-2019, 02:11 PM
RE: language abbreviation in url - by mintwint - 09-26-2019, 12:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB