Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Nov 11, 2015
1 parent 690cd90 commit a35c091
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

26 changes: 23 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# laravel-appleseed
Prevent the pesky Apple Touch Icon error log entries, and provide a default set of icons.

# Laravel Appleseed
## Reasoning
Eliminate error and server log entries that get thrown by missing favicons, especially the apple-touch-icon.png errors.

### Dependencies
- Your project should be running Laravel 4+.

## Installation
1. Install Laravel Appleseed via composer:
```sh
composer require genealabs/laravel-appleseed
```

2. Add the service provider entry in `config\app.php`:
```php
GeneaLabs\LaravelAppleseed\LaravelAppleseedServiceProvider::class,
```

## Usage
That was it! It will inspect each route for favicon requests and handle it appropriately.

## Credits
Jesse Leite (@jesselite85) provided lots of ideas and input on making this happen. Thanks!

0 comments on commit a35c091

Please sign in to comment.