CodeIgniter Forums
Help need for composer package - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Help need for composer package (/showthread.php?tid=72361)



Help need for composer package - bvrignaud - 12-10-2018

Hello,

I'm starting a simple composer package for ci4 : https://github.com/bvrignaud/ci4-admin
The goal is to have a simple admin panel.
It's base on Ion-Auth and AdminLTE.

I'm noob with create composer package.

I have some problem with the views.
I'm unable to load views in the Controllers.
I think it's a problem with the namespace declaration in composer.json.

Have you an idea please.

Thanks