2017 © Pedro Peláez
 

library laravel-unifly

it can generate entities by arca principle

image

unisharp/laravel-unifly

it can generate entities by arca principle

  • Friday, August 4, 2017
  • by g0110280
  • Repository
  • 5 Watchers
  • 3 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Unifly

Introduction

It contain artisan make:entity command , it will make unisharp work on the fly, (*1)

Install Data Carrier

composer.json:, (*2)

"require" : {
    "unisharp/laravel-unifly" : "dev-master"
}, 
"repositories": {
    "type": "git",
    "url": "git@bitbucket.org:unisharp/laravel-unifly.git"
}

save it and then, (*3)

composer update unisharp/laravel-unifly   

Set ServiceProvider and Set Facade

in config/app.php:

  • ServiceProfider, (*4)

    Unisharp\Unifly\UniflyServiceProvider::class,

Usage

  • main command, (*5)

    php artisan make:entity XXX

    it will generate XXX entity and other views, repository to work with this entity, (*6)

  • with translatable, (*7)

    php artisan make:entity XXX --translatable

The Versions

04/08 2017

dev-develop

dev-develop

it can generate entities by arca principle

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api data

27/04 2017

dev-master

9999999-dev

it can generate entities by arca principle

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel api data