Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 1df7ee3

Browse files
authored
Update README.md
1 parent 7380a54 commit 1df7ee3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Diff for: README.md

-18
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66

77
Easily use Bootstrap 4 components as Laravel components.
88

9-
10-
Requires Laravel 5.4+.
11-
The package is based on Bootstrap 4 beta.
12-
139
You can help with adding components by creating a pull request.
1410

1511
## Installation
@@ -20,20 +16,6 @@ You can install the package via composer:
2016
composer require appstract/laravel-bootstrap-components
2117
```
2218

23-
### Provider
24-
25-
Then add the ServiceProvider to your `config/app.php` file:
26-
27-
```php
28-
'providers' => [
29-
...
30-
31-
Appstract\BootstrapComponents\BootstrapComponentsServiceProvider::class
32-
33-
....
34-
]
35-
```
36-
3719
## Usage
3820

3921
Examples:

0 commit comments

Comments
 (0)