-
Notifications
You must be signed in to change notification settings - Fork 4
Create
jelmersnoeck edited this page Mar 9, 2012
·
2 revisions
*Note: This is only tested on 3.x but I assume this should also work on 2.x versions of Fork.
Each module generated by the Fork CLI Tool has its own info.xml file. In this file we store some data for events that can be triggered.
With the command ft create info <modulename> you can automatically create this data. This is also called when you do an export of the module.
This is used to easily set up projects locally. It will create the globals files and the cached config files. All you have to do now is assign the right database and domain name.
ft init
Will automatically generate your config.php files, globals.php, globals_frontend.php and globals_backend.php files.