samark / lumpineevill
Laravel Generator , For api base CRUD , Management request , handler response with JSON.
Installs: 1 844
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- guzzlehttp/guzzle: >=5.0.0
- illuminate/support: >=5.3.0
- dev-master
- 1.0.7.4
- 1.0.7.3
- 1.0.7.2
- 1.0.7.1
- 1.0.7
- 1.0.6.10
- 1.0.6.9
- 1.0.6.8
- 1.0.6.7
- 1.0.6.6
- 1.0.6.5
- 1.0.6.4
- 1.0.6.3
- 1.0.6.2
- 1.0.6.1
- 1.0.6
- 1.0.5.10
- 1.0.5.9
- 1.0.5.8
- 1.0.5.7
- 1.0.5.6
- 1.0.5.5
- 1.0.5.4
- 1.0.5.3
- 1.0.5.2
- 1.0.5.1
- 1.0.5
- 1.0.4.7
- 1.0.4.6
- 1.0.4.5
- 1.0.4.4
- 1.0.4.3
- 1.0.4.2
- 1.0.4.1
- 1.0.4
- 1.0.3.7
- 1.0.3.5
- 1.0.3.4
- 1.0.3.3
- 1.0.3.2
- 1.0.3.1
- 1.0.2
- 1.0.1
This package is not auto-updated.
Last update: 2024-11-10 06:33:27 UTC
README
Lumpineevill v.1.0.6.*
For repository patten design under Laravel framework
Feature
- can install via
composer
- can create update delete search all ,where like ,find by id , filter language
- can reponse json format [not code API standard]
- can generate request file
- Create{namespace}Request
- Update{namespace}Request
- Delete{namespace}Request
- Get{namespace}Request
- can generate model and sync table automatically
- can generate controller
- can generate route and mapping auto to controller
- can generate repository extended on APIBaseRepository
- generate automatically interfaces of repository
- can generate migration file
Installation
composer require samark/lumpineevill
Laravel 5.*: Serviceprovider
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Lumpineevill\ServiceProvider\LumpineevillServiceProvider::class
Command
$ php artisan samark:genfile $ php artisan samark:genfront
copy environment
append .env
file
$ php samark:copy-env
copy migration file
for copy migration file to dastabase/migrations/
$ php samark:copy-migration
publishes vendor config
$ php artisan vendor:publish --provider="Lumpineevill\ServiceProvider\LumpineevillServiceProvider"