jp-infinity / fatcow-icons-bundle
FatCow Icons bundle
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:symfony-bundle
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