Skip to content

Commit 70023de

Browse files
committed
Update extension & Add Pagination template
1 parent 54a6815 commit 70023de

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Bulma Frontend Preset For Laravel Framework 5.5 and Up
44

5-
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.30**
5+
*Current version*: **Bulma 0.7.1** + **Bulma Extensions 1.0.31**
66

77

88
## Usage
@@ -15,6 +15,9 @@ Bulma Frontend Preset For Laravel Framework 5.5 and Up
1515
7. `php artisan migrate` to create basic user tables.
1616
8. `php artisan serve` (or equivalent) to run server and test preset.
1717

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+
1821
## Bulma Extensions
1922
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/)
2023
2. Adjust `bulma.sass`, `bulma-extensions.sass`, `bulma-extensions.js` and `app.js` as needed.

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
4141
{
4242
return [
4343
'bulma' => '^0.7.1',
44-
'bulma-extensions' => '^1.0.30',
44+
'bulma-extensions' => '^1.0.31',
4545
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
4646
}
4747

src/bulma-stubs/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113

114114
<div class="foundation_button_test">
115115
<p class="framwork_title">Bulma 0.7.1</p>
116-
<p class="framwork_title">Bulma Extension 1.0.30</p>
116+
<p class="framwork_title">Bulma Extension 1.0.31</p>
117117

118118
<div class="block">
119119
<a class="button is-primary">Primary</a>

0 commit comments

Comments
 (0)