PHP code example of jackwander / laravel-module-maker
1. Go to this page and download the library: Download jackwander/laravel-module-maker 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/ */
jackwander / laravel-module-maker example snippets
shell
php artisan jw:make-module Person
shell
php artisan jw:make-model CivilStatus --module=Persons
shell
php artisan jw:make-controller CivilStatus --module=Persons
shell
php artisan jw:make-service CivilStatus --module=Persons