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 2aa09f9 commit dddeff1Copy full SHA for dddeff1
README.md
@@ -29,6 +29,12 @@ php artisan vendor:publish --provider=Ntuple\Ntuple\BlockBuilder\Ntuple\BlockBui
29
return view('view')->withShortcodes();
30
```
31
32
+#### Add to Layout Blade
33
+Add following to HEAD section of your Layout Blade
34
+```
35
+@include('blockbuilder::includes.pagkages')
36
37
+
38
#### ShortCode for Blocks
39
40
[block type='table']
0 commit comments