PHP code example of mufidjamaluddin / codeigniter4-hmvc
1. Go to this page and download the library: Download mufidjamaluddin/codeigniter4-hmvc library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
mufidjamaluddin / codeigniter4-hmvc example snippets
spark serve
spark module
spark serve
spark route:update
spark module
spark route:update -i false -m YourModule
spark module:create invoice
spark list
bash
composer update
cp vendor/codeigniter4/framework/public/index.php public/index.php
cp vendor/codeigniter4/framework/spark .
app
\Modules
\{YourModule}
\Config
Routes.php
\Controllers
BaseController.php
{YourController}.php
\Models
{YourModel}.php
\Views
\template
{YourTemplate}.php
\{your view module folder}
{Your View}.php
...
\tests
\unit
...
\integration
\Modules
\{YourModule}
{YourController}.php
...