Skip to content

Created Extensions

Marius edited this page Aug 25, 2014 · 2 revisions

Created Extensions

What to do after you create an extension.
Well...install it.
You can install it directly when creating it or you can do it manually. See How to Use.
Then find your module in the admin panel and add entity instances.
See the Sample page for screenshots and details.
You don't line the extension you build? Uninstall it.

UMC creates an uninstall script also.
You will find it in var/modulecreator/package/[Namespace]_[Module]/uninstall.sql.
Run those queries on your database. Add a table prefix if you have one.
There is also a file that contains the names of all the files of the extension.
You can easily create a script to remove them or do it manually.
var/modulecreator/package/[Namespace]_[Module]/files.log

Clone this wiki locally