Skip to content

blazed-space/blz-ice-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blz-ice-php

An awesome server side framework for PHP/Fuel.

Using

To use, you must have PHP 5.4+ Installed, as well as Composer. You must also have Node.js+NPM installed to run the installer. If you do not have Node, you can also install manually with Composer.

Run the following command to install dependencies (at the root directory):

npm run install

To update run,

npm run update

Developing

To run a local development server on default port 8000 run,

npm run dev

Deployment

When deploying to production servers, be sure to change the environment. This can either be done in /src/app/bootstrap.php or by overriding using the following apache directive:

SetEnv FUEL_ENV production

Or, if using NGINX, add the following in /etc/nginx/sites-available:

location ~ \.php$ {
    fastcgi_param FUEL_ENV production;
}

Special Thanks

This project uses:

Development Team: