You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,11 @@
25
25
]
26
26
```
27
27
28
+
- after installation, package will auto-add
29
+
+ package routes to `routes/web.php`
30
+
+ package assets compiling to `webpack.mix.js`
31
+
+`MIX_SM_FRAMEWORK=bulma` to `.env`
32
+
28
33
- the package rely heavily on caching through **Redis**, so make sure to check the [docs](https://laravel.com/docs/5.4/redis) for installation & configuration.
29
34
30
35
- publish the packages assets with `php artisan vendor:publish`
0 commit comments