<?php /** * NOTICE: * * If you need to make modifications to the default configuration, copy * this file to your app/config folder, and make them in there. * * This will allow you to upgrade fuel without losing your custom config. */ 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', ), );
[hverton@catwoman] $ oil package install cart Downloading package: git://github.com/fuel-packages/fuel-cart.git remote: Counting objects: 227, done. remote: Compressing objects: 100% (119/119), done. remote: Total 227 (delta 99), reused 224 (delta 98) Receiving objects: 100% (227/227), 31.70 KiB, done. Resolving deltas: 100% (99/99), done.
Harro Verton wrote on Friday 13th of July 2012:I don't have any, other then debugging the oil Package class. It works fine here:[hverton@catwoman] $ oil package install cart Downloading package: git://github.com/fuel-packages/fuel-cart.git remote: Counting objects: 227, done. remote: Compressing objects: 100% (119/119), done. remote: Total 227 (delta 99), reused 224 (delta 98) Receiving objects: 100% (227/227), 31.70 KiB, done. Resolving deltas: 100% (99/99), done.
It looks like you're new here. If you want to get involved, click one of these buttons!