PHP code example of ci4-cms-erp / ci4ms

1. Go to this page and download the library: Download ci4-cms-erp/ci4ms 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/ */

    

ci4-cms-erp / ci4ms example snippets

bash
php spark migrate
php spark db:seed Ci4msDefaultsSeeder   # You will be prompted for your name, email, and password
php spark create:route                  # Generates the default routes file
php spark key:generate                  # Creates an encryption key
bash
php spark serve