For more informations about framework please see framework documentation.
- PHP 7.1+
- composer installed and included in
PATH
env variable
- Download or clone this repository to your directory.
- Go to this directory and open
php
folder. - Then run in this directory
composer install
command. - Edit your HTTP server configuration and setup document root to
{yourDirectory}/public
and set index file toindex.php
(if is not set). - Restart your HTTP server (reload configuration)
- Add your project to host file (optional)
- Open browser and enter URL...
Note: ha framework is installed via composer, so we can not found framework files in this skeleton.
Console access to application.
ha
executable php file (console application runner)ha.bat
console opener for Windowsha.ini
configuration file for console application
Directory with php files (here is full php application code).
conf
directory with project configurations files_shared.php
shared configuration (configuration base)console.conf.php
configuration for console accessweb.conf.php
configuration for HTTP access (e.g. website, mobile site, API, ...)
ver-1.0.0
directory for application codeExamples
some simple class examplescomposer.json
package definition for composerhelpers.php
simple PHP functions, which helps with some problemsmain.php
application initializer
This is document root.
.htaccess
example configuration and redirect setup example for Apache HTTP serverindex.php
this is application bootstrap and handler for HTTP access to application