Skip to content

aintframework/skeleton_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official documentation is available at https://aint-framework.readthedocs.org/en/latest/quickstart/skeleton.html

Installation Using Git & Composer

Clone the repository and manually invoke composer using the shipped composer.phar:

cd my/projects/dir
git clone git://github.com/aintframework/skeleton_application.git
cd skeleton_application
php composer.phar self-update
php composer.phar install

Virtual Host

For development purposes, use the PHP's built-in web server with dev-router.php provided:

php -S localhost:8080 dev-router.php

Alternatively, there's also .htaccess provided for an Apache setup. Point your virtual host configuration to server to server the /www directory as the document root.

About

Skeleton application to be used with aint framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •