0
->app
->assets
-> Commands
-> Console
-> Events
-> Exceptions
-> Handlers
-> Helpers
-> Http
-> Libraries
-> Models
-> Modules
-> Providers
-> Services
請查看我的應用程序的文件夾結構。你可以看到模塊在App文件夾中。現在看模塊文件夾結構。 - >模塊 - > ABC - >高清 - > GHI - > JKLLaravel 5 HMVC路由問題
當我打的網址localhost/abc/123/xyz
通常它應該去的HTTP文件夾和搜索123控制器和功能XYZ(),但它轉到Modules文件夾並查找模塊123和控制器xyz。
There is no .htaccess file and i don't know why this is happening to me.
why this is happening and what is could the reason behind this?
這是一個HMVC不是傳統的laravel應用程序,但這件事情讓我瘋狂。如果您已經過期,請幫助我。
是的,你是對的......這不是我的問題.. –