Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Auto Routing (improved) post method not working
Post: RE: Auto Routing (improved) post method not workin...

Found the solution... You can not use trailing slash "/" at the end of the (action) URLs. I replaced Code: -- http://cp.local/auth/loginUser/ -- to Code: -- http://cp.local/auth/logi...
1,126 Views
4 Replies
04-03-2024, 12:34 AM
anil.suthar
    Thread: Auto Routing (improved) post method not working
Post: RE: Auto Routing (improved) post method not workin...

Routes: Code: -- php spark routes -- Code: -- +------------+----------------+------+--------------------------------------+----------------+---------------+ -- Code: -- | Method    | Route        ...
1,126 Views
4 Replies
04-02-2024, 10:56 PM
anil.suthar
    Thread: Auto Routing (improved) post method not working
Post: Auto Routing (improved) post method not working

I'm using Auto Routing (Improved) and have set $autoRoute option to true in app/Config/Routing.php and $autoRoutesImproved to true in app/Config/Feature.php I have created a Controller: Aut...
1,126 Views
4 Replies
04-02-2024, 08:14 AM
anil.suthar

Theme © iAndrew 2016 - Forum software by © MyBB