Skip to content

laravel auto generation file , [Request , Controller , Model , Repository]

Notifications You must be signed in to change notification settings

maxca/Lumpineevill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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"

About

laravel auto generation file , [Request , Controller , Model , Repository]

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published