PHP code example of inisiatif / legacy-procurement

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

    

inisiatif / legacy-procurement example snippets


return [
];

$procurement = new Inisiatif\Procurement();
echo $procurement->echoPhrase('Hello, Inisiatif!');
bash
php artisan vendor:publish --tag="legacy-procurement-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="legacy-procurement-config"
bash
php artisan vendor:publish --tag="legacy-procurement-views"