Skip to content

Commit dddeff1

Browse files
committed
Updated Read Me file
1 parent 2aa09f9 commit dddeff1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ php artisan vendor:publish --provider=Ntuple\Ntuple\BlockBuilder\Ntuple\BlockBui
2929
return view('view')->withShortcodes();
3030
```
3131

32+
#### Add to Layout Blade
33+
Add following to HEAD section of your Layout Blade
34+
```
35+
@include('blockbuilder::includes.pagkages')
36+
```
37+
3238
#### ShortCode for Blocks
3339
```
3440
[block type='table']

0 commit comments

Comments
 (0)