Simpletine / CodeIgniter4-HMVC-Shield

This repository features a modular HMVC (Hierarchical Model-View-Controller) architecture for CodeIgniter 4, integrated with the official authentication system, CodeIgniter 4 Shield. It also includes a comprehensive Admin Dashboard built with AdminLTE, providing a robust foundation for scalable and secure web applications.
MIT License
5 stars 1 forks source link

Upgrade to CI 4.5.5. #24

Open fazalimran opened 1 month ago

fazalimran commented 1 month ago

It is required to be updated to CI 4.5.5 as per CI documentation and recommendations.

soumik141 commented 4 weeks ago

@fazalimran You can update your CI to the latest version by using the command "composer update". It will not affect the existing code. do not forget to copy the below files after update to the latest version - vendor/codeigniter4/framework/public/index.php public/index.php vendor/codeigniter4/framework/spark spark

fazalimran commented 4 weeks ago

Thanks you. Any chance of including all the adminlte plugins?

soumik141 commented 4 weeks ago

@fazalimran yes, you can add the plugins manually to the "public\assets\simpletine\plugins" directory and use as per your requirement.