PHP code example of ades4827 / sprintflow

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

    

ades4827 / sprintflow example snippets


module.exports = {
    content: [
        "./vendor/ades4827/sprintflow/resources/**/*.php",
    ],
}
bash
php artisan vendor:publish --tag=sprintflow-config
php artisan vendor:publish --tag=sprintflow-views
php artisan vendor:publish --tag=sprintflow-lang