tkusa/lawn
Composer 安装命令:
composer require tkusa/lawn
包简介
Laravel package to make a ground cover of your project
README 文档
README
Lawn is a Ground Cover
Lawn is a laravel package which supports your CRUD application developement.
You can generate base classes by defining entities in config file:
Generatable classes
- Controllers
- Models
- Migrations
- Factories
- Seeders
- Routes
- Views
- Tests
How to Use
-
Require this package in your project
-
Edit config file
php artisan vendor:publish --tag="lawn-config"
Now you have "lawn.php" at config dir.
Define entities here. -
Run build command
php artisan lawn:build -
Publish generated files
php artisan vendor:publish --tag="lawn-build"
You can find generated files in your project.
License
Lawn is open-sourced software licensed under the MIT license.
TODO
- Improve Tests
- Make validation for config
- Check views
- Improve designs
- Register routes
- Relationship
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-24
