YanDatsiuk/Laravel-REST-API-generator
It is a package for laravel projects. It can generate code for a good starter RESTful API backend server.
PHPMIT
Issues
- 0
Order By - feature
#106 opened by YanDatsiuk - 0
- 0
add param "filters" parsing
#92 opened by YanDatsiuk - 1
- 0
Bugfix: change generation READ actions
#88 opened by YanDatsiuk - 1
Image manager
#85 opened by YanDatsiuk - 0
- 1
- 0
- 0
Split make:rest-api-project command. Add calling auth, as option. Add generation migrations, as option. Add seeding as option.
#81 opened by YanDatsiuk - 0
- 0
feature: write belongToManyRelations compiler
#75 opened by YanDatsiuk - 1
- 0
Bug: fix CheckAccess middleware
#67 opened by YanDatsiuk - 0
Add config with admin email and password
#70 opened by YanDatsiuk - 1
- 0
- 0
Bug: 500 status code on update validation
#55 opened by YanDatsiuk - 1
- 0
Refactor: pluralizeKebabCase, kebabToCamelCase
#10 opened by YanDatsiuk - 0
- 0
- 0
create command make:rest-auth
#19 opened by YanDatsiuk - 0
- 0
- 1
- 0
- 0
add auth rotes, not as static call, but inject code into the /routes/api.php
#27 opened by YanDatsiuk - 0
Migrate default "users" and "password_resets" table if they are absent in DB.
#38 opened by YanDatsiuk - 0
- 1
Add seeding base grroups and actions for AUTH
#36 opened by YanDatsiuk - 0
- 0
- 0
- 0
BUG: login doesn't wokrs
#30 opened by YanDatsiuk - 1
Generate unique validation rule.
#29 opened by YanDatsiuk - 1
Bug: Migration duplicates
#25 opened by YanDatsiuk - 0
Refactor: move migration outside commands.
#43 opened by YanDatsiuk - 0
Refactor: add static method "compile" to abstract compiler. And move all calls "->compile([])" to static method
#37 opened by YanDatsiuk - 0
run default schema migration for AUTH: check wheter tables exists and whether it have all required field (use SchemaManager)
#22 opened by YanDatsiuk - 0
- 0
add configuration - where to save auth controllers - their namespaces and paths
#24 opened by YanDatsiuk - 0
- 0
- 0
- 0
Bug: 500, when calling undefined relation
#9 opened by YanDatsiuk - 0
endpoint /show/{id} doesn't works
#4 opened by YanDatsiuk