samsoncms / material
SamsonCMS material application
Installs: 3 128
Dependents: 8
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 9
Open Issues: 6
Requires
- samsoncms/api: *
- samsoncms/application: *
- samsonos/cms_input: *
- samsonos/cms_input_bool: *
- samsonos/cms_input_date: *
- samsonos/cms_input_datetime: *
- samsonos/cms_input_number: *
- samsonos/cms_input_select: *
- samsonos/cms_input_text: *
- samsonos/cms_input_upload: *
- samsonos/cms_input_url: *
- samsonos/cms_input_wysiwyg: *
- samsonos/cms_table: *
- samsonos/js_fixedheader: *
- samsonos/js_translit: *
Requires (Dev)
- behat/behat: 3.*@stable
- behat/mink: 1.6.*@stable
- behat/mink-extension: @stable
- behat/mink-selenium2-driver: @stable
README
Modular, event-driven content management system based on SamsonPHP framework.
##Installation
- First of all you must get working Composer.
- Automatic installation of SamsonCMS and all of its dependencies:
php composer.phar create-project --prefer-dist -s dev samsoncms/cms [your_path]
- If you have installed composer globally you should use:
composer create-project --prefer-dist -s dev samsoncms/cms [your_path]
- Configure your web-server document root to
[your_path]/www
##Roadmap
- Give ability to easily change theme and design in SamsonCMS and its modules.
- Add symfony2 support
- Add internal help/docs system
Developed by SamsonOS