Skip to content
mohsen-shafiee edited this page Dec 11, 2014 · 2 revisions

What is CheeModule?

CheeModule is a module manager for Laravel (currently just Laravel 4). with this package you can implement something like Wordpress plugins, but different in structure and usage.

CheeModule has some methods like install, uninstall, update, enable, disable and more for manage modules. also CheeModule has some methods for connect to server in install or update module from server.

Modules of CheeModule differents from Packagist or Laravel package. CheeModule implements a personal module manager.

Features

  • Manage modules without any needs to terminal.
  • Can connect to web service for install or update module
  • Has a dependency system and version control
  • and free 👍

Clone this wiki locally