andreacivita/Laravel-ApiCrudGenerator

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.gitignore
.travis.yml
CONTRIBUTING.MD
LICENSE
README.md
codecov.yml
composer.json
phpunit.xml
src/ApiCrudGeneratorServiceProvider.php18
A
0 mins
src/Commands/ApiCrudGenerator.php136
A
1 hr
src/Core/Generator.php79
A
0 mins
src/Core/Generators/ControllerGenerator.php31
A
0 mins
src/Core/Generators/FactoryGenerator.php29
A
3 hrs
src/Core/Generators/ModelGenerator.php39
A
0 mins
src/Core/Generators/RequestGenerator.php29
A
0 mins
src/Core/Generators/ResourceGenerator.php29
A
3 hrs
src/Core/Generators/RouteGenerator.php33
A
0 mins
src/Core/Generators/TestGenerator.php29
A
3 hrs
src/Core/Stub.php49
A
0 mins
src/Interfaces/Generator.php6
A
0 mins
src/stubs/Controller.stub
src/stubs/Factory.stub
src/stubs/Model.stub
src/stubs/Passport-Routes.stub
src/stubs/Request.stub
src/stubs/Resource.stub
src/stubs/Routes.stub
src/stubs/Test.stub