Project skeleton (project template) for ha framework.
For more informations about framework please see framework documentation.
PATH
env variablephp
folder.composer install
command.{yourDirectory}/public
and set index file to index.php
(if is not set).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 applicationDirectory 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 initializerThis 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