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
- Host: GitHub
- URL: https://github.com/kenjis/ci4-modules-test
- Owner: kenjis
- License: mit
- Created: 2022-12-14T02:13:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T11:04:11.000Z (over 1 year ago)
- Last Synced: 2024-12-06T13:43:17.349Z (5 months ago)
- Topics: codeigniter, codeigniter4, hmvc, modules
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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