dev-master
9999999-dev http://attwframework.github.ioAttwFramework skeleton application.
MIT
The Requires
- php >=5.3.0
- attwframework/framework dev-master
framework skeleton application
AttwFramework skeleton application.
AttwFramework is a MVC micro framework to simple projects developments., (*2)
With composer, you don't need to download the framework core code. It already comes included., (*3)
php composer.phar create-project -s dev attwframework/app [application_name]
or via global composer: composer create-project -s dev attwframework/app [application_name]
php composer.phar install
or composer install
in application root.To download the zip file, click here., (*4)
If you downloaded the framework core code apart, indicate the directory on index.php of app folder, defining a const as ATTW_FOLDER
., (*5)
define( 'ATTW_FOLDER', realpath( APP_ROOT . DS . '..' . DS . 'framework' ) );
AttwFramework skeleton application.
MIT
framework skeleton application