1. Go to this page and download the library: Download pickles2/app-burdock 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/ */
pickles2 / app-burdock example snippets
$ php artisan key:generate;
Application key set successfully.
php artisan migrate --seed;
cd public/;
touch ../bd_data/database.sqlite;
php ../artisan migrate --seed;
cd ..;