Skip to content
crynobone edited this page Oct 7, 2011 · 5 revisions

Fuel Hybrid Documentation

A set of class that extends the functionality of FuelPHP without affecting the standard workflow when the application doesn't actually utilize Hybrid feature.

Getting Started

Optional: Quick Installation

If you value your time and want to get things up and running in seconds instead of minutes you can use Fuel oil quick installer.

  1. Add github.com/codenitive
    <?php

    return array(

        /**
         * sources - The name of the main bootstrap file.
         *
         * Set this to false or remove if you using mod_rewrite.
         */
        'sources' => array(
            'github.com/fuel-packages',
            'github.com/codenitive',
        ),

    );
  1. Install Hybrid Package
    $ php oil package install hybrid --direct
        Warning - fopen(http://github.com/fuel-packages/fuel-hybrid/zipball/master): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
     in PKGPATH/oil/classes/package.php on line 53
        Downloading package: http://github.com/codenitive/fuel-hybrid/zipball/master
        ...
        ...

Clone this wiki locally