-
Notifications
You must be signed in to change notification settings - Fork 3
Documentation
crynobone edited this page Oct 7, 2011
·
5 revisions
A set of class that extends the functionality of FuelPHP without affecting the standard workflow when the application doesn't actually utilize Hybrid feature.
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.
- 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',
),
);
- 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
...
...