PHP code example of masterinfoalberghi / laravel-db-doc-generator
1. Go to this page and download the library: Download masterinfoalberghi/laravel-db-doc-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/ */
masterinfoalberghi / laravel-db-doc-generator example snippets
composer
php composer.phar
ChurakovMike\DbDocumentor\DbDocumentorServiceProvider::class,
php artisan db-doc:generate
php artisan db-doc:generate --output=path/to/your/destination