Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Suggested Migration strategy
Post: RE: Suggested Migration strategy

Thank you I will provide a pull ... the code is already done and tested ... please not that I found some issues in the code that is fixed with my version and I will explain all points in the pull ...
4,906 Views
3 Replies
02-23-2017, 03:38 PM
baselbj
    Thread: Suggested Migration strategy
Post: Suggested Migration strategy

Hi, I updated CI4 Database/MigrationRunner.php to fix all issues and add support migrations per module. The idea is to make the migration class supporting migration per module so that each module (...
4,906 Views
3 Replies
02-23-2017, 10:42 AM
baselbj
    Thread: Controller not found when using namespaced modules
Post: RE: Controller not found when using namespaced mod...

After about 8 hours of debugging I found the issue, the name space should be defined like this:  namespace Modules\Blog\Controllers;
5,982 Views
3 Replies
02-21-2017, 02:15 PM
baselbj
    Thread: Controller not found when using namespaced modules
Post: RE: Controller not found when using namespaced mod...

InsiteFX Wrote: (02-21-2017, 08:10 AM) -- Modules in CodeIgniter 4 (http://blog.newmythmedia.com/blog/show/2016-03-15_Modules_in_CodeIgniter_4) -- I am using this but returned : 404 - File Not Fou...
5,982 Views
3 Replies
02-21-2017, 08:59 AM
baselbj
    Thread: Controller not found when using namespaced modules
Post: Controller not found when using namespaced modules

Hi; I new to the psr4 world and I am trying to test Modules in CodeIgniter 4 I did the following: 1) Create folder Modules with the following structure: application Modules ..... Blog .......
5,982 Views
3 Replies
02-21-2017, 06:49 AM
baselbj
    Thread: Getting Started with CodeIgniter 4 PreAlpha 1
Post: RE: Getting Started with CodeIgniter 4 PreAlpha 1

Narf Wrote: (02-21-2017, 02:10 AM) -- baselbj Wrote: (02-20-2017, 02:10 PM) -- kilishan Wrote: (06-26-2016, 08:24 PM) -- One thing I forgot to mention in that post, but that is worth knowing is tha...
36,652 Views
13 Replies
02-21-2017, 02:50 AM
baselbj
    Thread: Authentication
Post: RE: Authentication

I am not with or against having a standard CI authentication library but not having one is not a disaster and not even an issue. I think that many frameworks have so much libraries that make it more a...
85,695 Views
51 Replies
02-21-2017, 12:45 AM
baselbj
    Thread: Is Codeigniter 4 supports "Verb Based Routing"?
Post: RE: Is Codeigniter 4 supports "Verb Based Routing"...

according to CI4 documentation, it is possible (https://bcit-ci.github.io/CodeIgniter4/general/routing.html#id14)
4,083 Views
2 Replies
02-20-2017, 11:00 PM
baselbj
    Thread: Getting Started with CodeIgniter 4 PreAlpha 1
Post: RE: Getting Started with CodeIgniter 4 PreAlpha 1

kilishan Wrote: (06-26-2016, 08:24 PM) -- One thing I forgot to mention in that post, but that is worth knowing is that the default environment is now "production" to save any accidents when pushing ...
36,652 Views
13 Replies
02-20-2017, 02:10 PM
baselbj

Theme © iAndrew 2016 - Forum software by © MyBB