library laravel-unifly
it can generate entities by arca principle
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
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:
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
dev-develop
dev-develop
it can generate entities by arca principle
Sources
Download
MIT
The Requires
The Development Requires
laravel
api
data
dev-master
9999999-dev
it can generate entities by arca principle
Sources
Download
MIT
The Requires
The Development Requires
laravel
api
data