PHP code example of neznaika0 / codeigniter-expenses

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

    

neznaika0 / codeigniter-expenses example snippets


    php -r "echo password_hash('YOUR_PASSWORD', PASSWORD_BCRYPT) . PHP_EOL;"
    

    php spark publish
    

    php spark migrate
    php spark db:seed ExpenseSeeder
    

    php spark serve