We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a835f6f commit 3f7d40cCopy full SHA for 3f7d40c
README.md
@@ -10,11 +10,16 @@ Materialize CSS Framework for Laravel 5 [http://materializecss.com/]
10
"skydiver/laravel-materialize-css": "dev-master"
11
```
12
13
-* After updating composer, add the ServiceProvider to the providers array in config/app.php
+* After updating composer, add ServiceProvider to the providers array in config/app.php
14
```php
15
'Skydiver\LaravelMaterializeCSS\MaterializeCSSServiceProvider',
16
17
18
+* Add Facade to the aliases array in config/app.php
19
+```php
20
+ 'MaterializeCSS' => 'Skydiver\LaravelMaterializeCSS\MaterializeCSS',
21
+```
22
+
23
* Then publish the package's assets to public folder:
24
25
$ php artisan vendor:publish --tag=materializecss --force
0 commit comments