Download the PHP package xurape/modulify without Composer
On this page you can find all versions of the php package xurape/modulify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xurape/modulify
More information about xurape/modulify
Files in xurape/modulify
Informations about the package modulify
# 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.
[](//packagist.org/packages/xurape/modulify) [](//packagist.org/packages/xurape/modulify) [](//packagist.org/packages/xurape/modulify) [](//packagist.org/packages/xurape/modulify)
[Quick start](#️-quick-start) · [Usage](#-usage) · [Todo](#-todo) · [Wiki](https://github.com/xurape/modulify/wiki) · [License](#-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
🤔 Usage
For more detail, check out our wiki!
Create a new module
Delete a module
List all modules
List a module in detail (Controllers, models and migrations)
Check up modulify with the doctor for any problems
Get current modulify version
Update modulify to the latest version! ✨
😎 TODO
- [X] Create a good documentation on how to use the package
- [ ] Create a
modulify:searchto search for modules - [ ] Add middleware integration
- [X] Make a way to list all views
- [X] Create a
modulify:doctorto analyse all the modules and check for errors - [X] Create more unit tests for all commands
- [X] Create a ~good~ logo for the package 😂
- [X] Create a
modulify:updateto update modulify - [X] Create a
modulify:versionto check current version
📝 License
This project is licensed under the MIT License - see the LICENSE file for details.