An open API service indexing awesome lists of open source software.

https://github.com/kenjis/ci4-modules-test

CodeIgniter4 Code Modules Test
https://github.com/kenjis/ci4-modules-test

codeigniter codeigniter4 hmvc modules

Last synced: 3 months ago
JSON representation

CodeIgniter4 Code Modules Test

Awesome Lists containing this project

README

        

# CodeIgniter4 Code Modules Test

## Folder Structure

```
modules/
└── Home/
 └── src/
   ├── Config/
   │   └── Routes.php
   ├── Controllers/
   │   └── Home.php
   └── Helpers/
   └── test_helper.php
   └── Views/
   └── blog_template.php
   └── welcome_message.php
```

## References

- https://codeigniter4.github.io/CodeIgniter4/general/modules.html