Install http://press.nekoget.com/fuelphp_doc/ READMEの確認 vim packages/parser/README.md 下のように書かれている Simply add `parser` to your config.php `always_loaded.packages` config option. modified config.php vim app/config/config.php 抜粋 ... 'always_load' => array( /** * These packages are loaded on Fuel's startup. You can specify them in * the following manner: * * array('auth'); // This will assume the pack