Skip to content

Commit

Permalink
Update instructions for Laravel 5
Browse files Browse the repository at this point in the history
  • Loading branch information
manavo committed Jun 2, 2015
1 parent 6b60f08 commit 7180d5a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Using [@stidges](https://github.com/stidges)' code for bootstrap forms to create
## Install

```
composer require manavo/laravel-bootstrap-forms ~0.0
composer require manavo/laravel-bootstrap-forms ~0.1
```

## Configure
Expand All @@ -14,7 +14,9 @@ Make sure you comment out the existing HtmlServiceProvider (Illuminate\Html\Html

```php
<?php
// File: app/config/app.php
// File (Laravel 4): app/config/app.php
// OR
// File (Laravel 5): config/app.php

return array(
// ...
Expand Down

0 comments on commit 7180d5a

Please sign in to comment.