PHP code example of spoova / mi

1. Go to this page and download the library: Download spoova/mi 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/ */

    

spoova / mi example snippets


   

    i\core\Spv::init();
   
 mi config:all
 mi config:dboffline
 mi config:dbonline
json
   {    
        "description": "Spoova Framework",
        "keywords": ["php framework", "framework", "spoova"],
        "type": "project",
        "license": "MIT",
        "spoova\\mi\\": "./"
            }
        },    
        "scripts": {
            "post-autoload-dump": [
                "php mi"
            ]
        },
        "minimum-stability": "dev"
   }
   

   php mi repack
   

   php mi project <project_name>