PHP code example of shadracnicholas / flaravel

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

    

shadracnicholas / flaravel example snippets


FLW_PUBLIC_KEY=FLWPUBK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_KEY=FLWSECK-xxxxxxxxxxxxxxxxxxxxx-X
FLW_SECRET_HASH='create a random string'

// Usage description here
bash
php artisan vendor:publish --provider="Shadracnicholas\Flaravel\FlaravelServiceProvider"