PHP code example of hocvt / laravel-boost-as-skills
1. Go to this page and download the library: Download hocvt/laravel-boost-as-skills 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/ */
hocvt / laravel-boost-as-skills example snippets
bash
# First install
php artisan boost:install
# Or if you already have Boost installed, discover new skills
php artisan boost:update --discover
bash
php artisan boost:tool application-info
php artisan boost:tool database-schema --summary
php artisan boost:tool database-query --query="SELECT id, email FROM users LIMIT 5"
php artisan boost:tool get-absolute-url --path=/dashboard
php artisan boost:tool search-docs --queries='["livewire wire:model"]'
php artisan boost:tool read-log-entries --entries=10
php artisan boost:tool last-error
php artisan boost:tool browser-logs --entries=20
php artisan boost:tool tinker --code='User::count()'
php artisan boost:tool record-rule --glob="app/Models/**" --title="..." --note="..."
php artisan boost:tool database-connections