Skip to content

Commit 3f7d40c

Browse files
author
skydiver
committed
Update README.md
1 parent a835f6f commit 3f7d40c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ Materialize CSS Framework for Laravel 5 [http://materializecss.com/]
1010
"skydiver/laravel-materialize-css": "dev-master"
1111
```
1212

13-
* After updating composer, add the ServiceProvider to the providers array in config/app.php
13+
* After updating composer, add ServiceProvider to the providers array in config/app.php
1414
```php
1515
'Skydiver\LaravelMaterializeCSS\MaterializeCSSServiceProvider',
1616
```
1717

18+
* Add Facade to the aliases array in config/app.php
19+
```php
20+
'MaterializeCSS' => 'Skydiver\LaravelMaterializeCSS\MaterializeCSS',
21+
```
22+
1823
* Then publish the package's assets to public folder:
1924
```
2025
$ php artisan vendor:publish --tag=materializecss --force

0 commit comments

Comments
 (0)