PHP code example of archielite / laravel-facade-docblock-generator
1. Go to this page and download the library: Download archielite/laravel-facade-docblock-generator 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/ */
archielite / laravel-facade-docblock-generator example snippets
php artisan facade-docblock:generate
php artisan facade-docblock:generate [path] [--exclude=folder1 --exclude=folder2 --exclude=file1]