PHP code example of antonioribeiro / artisan-anywhere
1. Go to this page and download the library: Download antonioribeiro/artisan-anywhere 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/ */
antonioribeiro / artisan-anywhere example snippets
bash
php ../../../../../../../../artisan tinker
php /var/www/laravel artisan tinker
cd /var/www/laravel ; php artisan tinker