-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixed Controller inside subfolder path #79
base: master
Are you sure you want to change the base?
Fixed Controller inside subfolder path #79
Conversation
Hi @chrisasek , thanks for your contribution. I'll check your changes and merge it ASAP. Thanks. |
Alright. |
God day @izniburak I'm still waiting on this. |
I'm very busy for this week. Probably I'll check it on weekend. Sorry for the late. |
Alright
…On Thu, Nov 21, 2024, 11:52 PM İzni Burak Demirtaş ***@***.***> wrote:
I'm very busy for this week. Probably I'll check it on weekend. Sorry for
the late.
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC2JGIH3RKXZZND6NAHXWQT2BZP2RAVCNFSM6AAAAABRYZJI66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJSGUYTOOJTGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @chrisasek , If you check the I tried to create a new project similar with your public project and I configured all thing I mentioned above correctly, and everything seems normal. Are you sure all definitions and configurations correct? |
Please make changes to my public project, I'll use that to check, learn, and fix mine. Thank you. |
I found out that this works. $router->controller('/food-pools', 'company.FoodPoolController'); However, I can't click on the class to access the class file, so it's not as flexible as this. $router->controller('/food-pools', CompanyFoodPoolController::class); My changes help, can you merge please 😌 , I'm having a hard time with the above approach. |
Oh, my mistake. Gotten it. Thanks |
The problem I am trying to fix is that controllers inside a subfolder inside the controllers path aren't working.
I added an alternative search function for controllers inside the controllers' path set in the configuration for not found controllers.