You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
The text was updated successfully, but these errors were encountered:
pioter
changed the title
problem with addControllerRoute($route['route'], $route['controller'] . ':' . $route['action'])->via($route['via'])->name($route['alias']);
problem with addControllerRoute
Sep 3, 2014
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I add new controller by:
addControllerRoute('hello', 'Index:index')->via('GET')->name('name');
and i have problem withexactly is:
what i'm doing wrong?
The text was updated successfully, but these errors were encountered: