Getting Started
Use the starter project when you want the full ZealPHP app tree, or boot the framework repository directly from its project root.
Starter project
This creates the app tree in ~/zealphp-project and starts the server from there.
composer create-project sibidharan/zealphp-project:^0.1.1 ~/zealphp-project
composer create-project sibidharan/zealphp-project:^0.1.1 ~/zealphp-project
cd ~/zealphp-project
php app.php
Framework repo
Clone the framework repo, then start it from the project root.
Framework repo bootstrap
git clone https://github.com/sibidharan/zealphp.git ~/zealphp
cd ~/zealphp
php app.php
The project template is the clean new-app path. The framework repository itself still starts with
php app.php.