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
@@ -15,6 +15,9 @@ Bulma Frontend Preset For Laravel Framework 5.5 and Up
15
15
7.`php artisan migrate` to create basic user tables.
16
16
8.`php artisan serve` (or equivalent) to run server and test preset.
17
17
18
+
## Laravel Pagination Template For Bulma
19
+
1. Vendor publish and replace the code from here [default.blade.php](https://gist.github.com/Laraveldeep/0797c5a4079e3a2a0ba5b2b0e98f0357)
20
+
18
21
## Bulma Extensions
19
22
1. It is a set of missing [Bulma.io](https://bulma.io/) functionalities in the form of extensions. More info at [https://wikiki.github.io/](https://wikiki.github.io/)
20
23
2. Adjust `bulma.sass`, `bulma-extensions.sass`, `bulma-extensions.js` and `app.js` as needed.
0 commit comments