jp-infinity / fatcow-icons-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
FatCow Icons bundle
Package info
github.com/JPInfinity/FatcowIconsBundle
Language:CSS
Type:symfony-bundle
pkg:composer/jp-infinity/fatcow-icons-bundle
1.2.1
2015-12-31 13:27 UTC
This package is not auto-updated.
Last update: 2024-09-04 19:14:42 UTC
README
3926 Free "Farm-Fresh Web Icons". Beautifully designed icons from FatCow Web Hosting! Icon set includes both 16 and 32 pixel versions of icons shown there : http://www.fatcow.com/free-icons.
Installation
Step 1: Install FatcowIconsBundle
Using Composer
Add the following to the "require" section of your composer.json file:
"jp-infinity/fatcow-icons-bundle": "dev-master"
And update your dependencies
php composer.phar update
Step 2: Enable the bundle
Registers the bundle in your app/AppKernel.php:
<?php ... public function registerBundles() { $bundles = array( ... new JPInfinity\FatcowIconsBundle\FatcowIconsBundle(), ... ); ...
Step 3: Install assets
Install assets to your web dir :
<?php ... php app/console assets:install [--symlink] ...
Usage
Basics
This bundle is based on the Fatcow Icons library
Requirements
License
This bundle is under CC license