Results 120 comments of REJack

@emreakay I'm ok with that, `App\Libraries` for the library and `App\Models\Aauth` for models.

We can use the constant too `APP_NAMESPACE` instead of `App` 😄 @emreakay Can you look over the release draft? If it's ok, you can create it 😃 EDIT: `APP_NAMESPACE` doesn't...

An other questions is should we follow CI4's function names? CI moved from snake case (snake_case) to pascal case (PascalCase) for files/classes & camel case (camelCase) for functions/methods. I would...

Ok sweet 😄

I've waited for CodeIgniter 4.0.0-beta.4 release, now I need to update my code to get it work with beta.4 and then I'll push my CI4 build to this repo and...

@tswagger It's pushed to the v3-dev repo incl testing over travis on CI4 rc.2 😄

@rmcdahal Why you think there are to many databases? I‘ve created only 3 new tables compared to v2.

@tswagger Feel free to create a PR for thr v3. I have no problems to define the types, I actually work much with TypeScript and I love it. 😂 I...

I've added a fix for this in the master branch.

That's a nice idea, I'll add this in v3