2017 © Pedro Peláez
 

skeleton app

AttwFramework skeleton application.

image

attwframework/app

AttwFramework skeleton application.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AttwFramework skeleton application

Total Downloads Latest Unstable Version License, (*1)

AttwFramework is a MVC micro framework to simple projects developments., (*2)

Download

Composer

With composer, you don't need to download the framework core code. It already comes included., (*3)

  1. Download the composer clicking here.
  2. Run on terminal: php composer.phar create-project -s dev attwframework/app [application_name] or via global composer: composer create-project -s dev attwframework/app [application_name]
  3. After, precautionary, run php composer.phar install or composer install in application root.

Download the zip file

To download the zip file, click here., (*4)

Initial configuration

Directories

Apart framework core code

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' ) );

The Versions

17/10 2014

dev-master

9999999-dev http://attwframework.github.io

AttwFramework skeleton application.

  Sources   Download

MIT

The Requires

 

framework skeleton application