PHP code example of alistairshaw / vendirun
1. Go to this page and download the library: Download alistairshaw/vendirun 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/ */
alistairshaw / vendirun example snippets
"AlistairShaw\\Vendirun\\": "vendor/alistairshaw/vendirun"
AlistairShaw\Vendirun\App\Providers\VendirunServiceProvider::class
composer dump-autoload
// use this to publish all the assets including views
artisan vendor:publish
// RECOMMENDED: only copy the public assets
artisan vendor:publish --tag=public
// add --force to overwrite existing files
artisan vendor:publish --tag=public --force