harikirito / api-generator
API Generator
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 190
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/harikirito/api-generator
Requires
- classpreloader/classpreloader: ^3.0
- illuminate/support: ^5.4
- psy/psysh: 0.8.*|0.9.*
- symfony/var-dumper: ^3.1|~4.1
This package is auto-updated.
Last update: 2020-11-08 07:35:55 UTC
README
It's just a package for time saving in work. Nothing special.
Installation
Run this command
composer require harikirito/api-generator
Configuration
Inside your bootstrap/app.php file, add:
$app->register(HarikiRito\ApiGenerator\ApiGeneratorServiceProvider::class);
Available Command
make:controller Create a new controller class
make:policy Create a new policy class
make:transformer Create a new transformer class
make:repository Create a repository
--trait Create trait class
make:api Create a bundle for api construct (includes Controller, Policy, Transformer and Repository)
--trait Create trait class