PHP code example of jongi / ntoshi
1. Go to this page and download the library: Download jongi/ntoshi 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/ */
jongi / ntoshi example snippets
bash
php jongi db:create [dbname]
bash
define('USER_ROLES', array_map('ucwords', array_map('strtolower', [
'Admin',
'User',
'Customer'
])));
bash
php jongi migrate:all
bash
php jongi spinit