-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get Controllers subfolder working #3347
Comments
The default namespace is already set to $routes->add('users/login', 'Users\Login::index'); Also, please ask support questions in the Forum. |
@michalsn thanks a lot !!! Was stuck on this for 3 days. Suppose I want a route |
Yes, I think you can do that. But if you really want to talk about your app's design choices, start a forum topic. There are lots of helpful developers to help you. Here we only deal with bugs. Thanks. |
Alright. Thanks once again.
…On Sat, Jul 18, 2020, 12:30 PM Michal Sniatala ***@***.***> wrote:
Yes, I think you can do that. But if you really want to talk about your
app's design choices, start a forum topic. There are lots of helpful
developers to help you. Here we only deal with bugs. Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3347 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBQLRUHZYBYLJLOVLJ5IWTR4FCB3ANCNFSM4O7LYQWA>
.
|
I've gone through the following links among others but can't get it working. Maybe I'm missing something.
This is my directory structure for Controllers (
BaseController.php is the default one
):This is my
Login.php
:This is my
Routes.php
:But I'm getting a
404
when I go to the urlhttp://localhost/project_path/users/login
How can I fix this ? @lonnieezell @hex-ci @zahhar @kenjis
The text was updated successfully, but these errors were encountered: