-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
No complicated xml/yaml configuration files. Simply install latest software via composer,configure your database connection in apps/configs/database.php and you are ready to start your awesome application.
Cygnite Framework is powered by Composerfor managing it's dependencies. So before using Cygnite please make sure you have composer installed into your system.
The best and recommended way to install Cygnite Framework is download composer.phar to your root directory where you want to install or move composer move it to usr/local/bin to composer use globally in your system (Linux Machine). Windows users please download composer and install composer setup.
You may install Cygnite Framework either simply downloading skeleton application from github repository and issuing below command (Terminal / Command Prompt) from root directory.
cd /var/www/cygnite/
composer installor install using composer create project. Composer installation is more convenient and recommended.
Open your terminal (Command prompt for windows) and change to root directory, where you want to install Cygnite.
composer create-project cygnite/cygnite-application cygnite --prefer-dist
or
composer.phar create-project cygnite/cygnite-application cygnite --prefer-distThe above command will create a skeleton project into the root directory. Congrats! you are ready to build your awesome application.
If you are experiencing trouble with composer installation you can also simply download the latest framework from below github repository.
Download Cygnite PHP Framework
The Cygnite Framework has a very few system requirements: