library htmlapp
Application template for HTML coding for SamsonPHP
samsonos/htmlapp
Application template for HTML coding for SamsonPHP
- Friday, May 23, 2014
- by samsonos
- Repository
- 2 Watchers
- 2 Stars
- 76 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 3 Open issues
- 1 Versions
- 0 % Grown
SamsonPHP Bootstrap
, (*1)
Installation
First of all you must get Composer working on your system., (*2)
For automatic installation of SamsonPHP application and all of its dependencies use:, (*3)
php composer.phar create-project --prefer-dist -s dev samsonos/htmlapp [your_path]
If you have installed composer globally you should use:, (*4)
composer create-project --prefer-dist -s dev samsonos/htmlapp [your_path]
What next?
- You should change this readme.md to describe future project purposes
- Create database and configure connection to it via
/app/config/ActiveRecordConfig.php
(How to configure module)
- Open your project in browser to check if everything is fine.
- Write your project code and have fun!
To learn more about using SamsonPHP visit official documentation, (*5)
Developed by SamsonOS, (*6)
1.0.0
1.0.0.0
Application template for HTML coding for SamsonPHP
Sources
Download
The Requires