PHP code example of rockhopsoft / buckystats
1. Go to this page and download the library: Download rockhopsoft/buckystats 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/ */
rockhopsoft / buckystats example snippets
$ nano config/app.php
% php artisan config:clear
% php artisan route:clear
% php artisan view:clear
% echo "0" | php artisan vendor:publish --force
% composer dump-autoload
% curl http://mybuckystats.local/css-reload
$ nano database/migrations/2014_10_12_100000_create_password_resets_table.php
$ nano database/migrations/2019_08_19_000000_create_failed_jobs_table.php
$ php artisan migrate
$ php artisan db:seed --class=BuckyStatsSeeder (coming soon)