PHP code example of opheus2 / laravel-makeclass
1. Go to this page and download the library: Download opheus2/laravel-makeclass 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/ */
opheus2 / laravel-makeclass example snippets
bash
php artisan make:class {name}
bash
php artisan make:class Test\{name}
bash
php artisan make:class --help