PHP code example of mauijay / boilerplate
1. Go to this page and download the library: Download mauijay/boilerplate 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/ */
mauijay / boilerplate example snippets
php spark serve --port 8081
composer run fix
bash
composer update
cp vendor/codeigniter4/framework/public/index.php public/index.php
cp vendor/codeigniter4/framework/spark spark
bash
php spark 808:install
php spark shield:setup
-or-
php spark:key:generate
php spark migrate --all
php spark db:seed mainseeder
php spark shield:user create
php spark serve