Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: About IonAuth 4 auth System
Post: RE: About IonAuth 4 auth System

adelbak Wrote: (11-02-2019, 10:00 PM) -- - After that i make my Auth controller extends BaseController without problems. -- Hi everybody. Is there anyone here who can clarify me the need of creatin...
12,882 Views
5 Replies
02-07-2020, 06:24 AM
andybiancoblu
    Thread: Controllers under subfolder
Post: RE: Controllers under subfolder

InsiteFX Wrote: (09-26-2019, 12:40 PM) -- It should work just make sure that you namespace is the same as the folder name and the first character is upper case. PHP Code: --
47,418 Views
32 Replies
09-26-2019, 01:18 PM
andybiancoblu
    Thread: Codeigniter 4 and Docker
Post: Codeigniter 4 and Docker

Hi everyone. Just finished to try Codeigniter 4 in a Docker container, and I have to say I'm really surprised there's no mention of such technology in the documentation. I have some points and I'd...
28,207 Views
15 Replies
09-26-2019, 07:11 AM
andybiancoblu
    Thread: Controllers under subfolder
Post: RE: Controllers under subfolder

InsiteFX Wrote: (09-26-2019, 04:37 AM) -- I found out a lot of this by looking at Lonnie's code. See his Myth Auth and Simple Forums for CodeIgniter 4. It will teach you a lot about it. Lonn...
47,418 Views
32 Replies
09-26-2019, 04:53 AM
andybiancoblu
    Thread: Controllers under subfolder
Post: RE: Controllers under subfolder

InsiteFX Wrote: (09-26-2019, 03:42 AM) -- You can use the routes group to setup your sub folders. PHP Code: -- $routes->group('', ['namespace' => 'App\Controllers\Admin'], function($routes) {  ...
47,418 Views
32 Replies
09-26-2019, 04:23 AM
andybiancoblu
    Thread: Controllers under subfolder
Post: RE: Controllers under subfolder

kilishan Wrote: (07-05-2016, 08:42 PM) -- Thanks to this thread I have identified a couple of issues with the Routing. In part, was my original assumptions turned out incorrect - I thought the two ph...
47,418 Views
32 Replies
09-26-2019, 03:17 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

MGatner Wrote: (09-24-2019, 08:34 AM) -- @andybiancoblu Are you getting an error message? E.g. 404 Not Found. I don't *think* it would matter but you should try uppercase on your namespace: `App\C...
12,336 Views
16 Replies
09-26-2019, 02:18 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

MGatner Wrote: (09-24-2019, 08:34 AM) -- @andybiancoblu Are you getting an error message? E.g. 404 Not Found. I don't *think* it would matter but you should try uppercase on your namespace: `App\C...
12,336 Views
16 Replies
09-25-2019, 07:00 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

Hi everyone. Tried capital letters on folder and namespace. Still not working. Any suggestion?
12,336 Views
16 Replies
09-25-2019, 03:03 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

andybiancoblu Wrote: (09-24-2019, 09:29 AM) -- MGatner Wrote: (09-24-2019, 08:34 AM) -- @andybiancoblu Are you getting an error message? E.g. 404 Not Found. I don't *think* it would matter but yo...
12,336 Views
16 Replies
09-24-2019, 11:20 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

MGatner Wrote: (09-24-2019, 08:34 AM) -- @andybiancoblu Are you getting an error message? E.g. 404 Not Found. I don't *think* it would matter but you should try uppercase on your namespace: `App\C...
12,336 Views
16 Replies
09-24-2019, 09:29 AM
andybiancoblu
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

Hi everyone, I am facing the same problem but with no luck. According to CI4 documentation found here: https://codeigniter4.github.io/userguide/incoming/controllers.html#organizing-your-controll...
12,336 Views
16 Replies
09-24-2019, 07:41 AM
andybiancoblu

Theme © iAndrew 2016 - Forum software by © MyBB