Skip to content

AttwFramework/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttwFramework skeleton application

Total Downloads Latest Unstable Version License

AttwFramework is a MVC micro framework to simple projects developments.

##Download ###Composer With composer, you don't need to download the framework core code. It already comes included.

  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.

##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.

define( 'ATTW_FOLDER', realpath( APP_ROOT . DS . '..' . DS . 'framework' ) );

About

AttwFramework skeleton application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published