Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 7180d5a

Browse files
committed
Update instructions for Laravel 5
1 parent 6b60f08 commit 7180d5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Using [@stidges](https://github.com/stidges)' code for bootstrap forms to create
55
## Install
66

77
```
8-
composer require manavo/laravel-bootstrap-forms ~0.0
8+
composer require manavo/laravel-bootstrap-forms ~0.1
99
```
1010

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

1515
```php
1616
<?php
17-
// File: app/config/app.php
17+
// File (Laravel 4): app/config/app.php
18+
// OR
19+
// File (Laravel 5): config/app.php
1820

1921
return array(
2022
// ...

0 commit comments

Comments
 (0)