PHP code example of gbuckingham89 / valet-assistant
1. Go to this page and download the library: Download gbuckingham89/valet-assistant 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/ */
gbuckingham89 / valet-assistant example snippets
$valetSites = $valetAssistant()->projects();
$valetIsInstalled = $valetAssistant()->isInstalled();
bash
php artisan vendor:publish --tag="valet-assistant-config"