xurape/modulify
最新稳定版本:0.6.1
Composer 安装命令:
composer require xurape/modulify
包简介
A simple laravel 11.x module manager.
README 文档
README
Modulify
A simple, intuitive and easy laravel module manager. It allows you to create and delete modules with ease. The modules can contain routes, controllers, views and models.
Quick start · Usage · Todo · Wiki · License
😅 But why would I need modules?
Well, wether you're working on a big project or a small one, you might want to keep your code organized and separated. This package allows you to create modules that contain all the necessary files for a single independent module, where you can use it standalone in another project or implement it in your current project.
⚡️ Quick start
composer require xurape/modulify
🤔 Usage
For more detail, check out our wiki!
Create a new module
php artisan modulify:make <name>
Delete a module
php artisan modulify:delete <name>
List all modules
php artisan modulify:list
List a module in detail (Controllers, models and migrations)
php artisan modulify:list --module=<name>
Check up modulify with the doctor for any problems
php artisan modulify:doctor
Get current modulify version
php artisan modulify:version
Update modulify to the latest version! ✨
php artisan modulify:update
😎 TODO
- Create a good documentation on how to use the package
- Create a
modulify:searchto search for modules - Add middleware integration
- Make a way to list all views
- Create a
modulify:doctorto analyse all the modules and check for errors - Create more unit tests for all commands
- Create a
goodlogo for the package 😂 - Create a
modulify:updateto update modulify - Create a
modulify:versionto check current version
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-27