From WiserPlatform Documentation
System Requirements
- BASH (Unix) Environment
- Access to command line
- Access to crontab
- ImageMagick 6.0+
- Webserver
- Apache or Lighttpd (may work with Nginx)
- mod_rewrite needs to be installed
- PHP5
- Required Extensions
- cURL
- GD
- XSL
- mbstring
- zlib
- MySQL
Installation
Configuration
Customization
Creating a New Entity
- From the
bin/ folder, run php clean_names.php
- You will be asked the following questions:
- What is the singular form of your entity?
- What is the plural form of your entity?
- What is the abbreviated form of your entity?
- Is your entity revisionable?
The script will then create the new entity table, the model files, the Symfony module, and all class hierarchy adjustments.
Customizing a New Entity
Once you have completed the steps above you should have a new entity. It will have only one property: name. You should be able to add / edit / and browse new records.
Advanced Entity Features