PHP code example of hwkdo / d3-rest-laravel

1. Go to this page and download the library: Download hwkdo/d3-rest-laravel 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/ */

    

hwkdo / d3-rest-laravel example snippets


return [
];

$d3RestLaravel = new Hwkdo\D3RestLaravel();
echo $d3RestLaravel->echoPhrase('Hello, Hwkdo!');
bash
php artisan vendor:publish --tag="d3-rest-laravel-migrations"
php artisan migrate