Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellymears/bud-plugin-blade-support
@tinypixelco/bud-plugin-blade-support
https://github.com/kellymears/bud-plugin-blade-support
Last synced: 22 days ago
JSON representation
@tinypixelco/bud-plugin-blade-support
- Host: GitHub
- URL: https://github.com/kellymears/bud-plugin-blade-support
- Owner: kellymears
- Created: 2020-05-14T22:21:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T22:51:05.000Z (over 4 years ago)
- Last Synced: 2024-10-08T18:15:39.244Z (about 1 month ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @tinypixelco/bud-plugin-blade-support
## Usage
- `yarn add @tinypixelco/bud-plugin-blade-support`
- `yarn generate bud-plugin-blade-support`
- add `render.blade.php` to your `src/blocks/{blockname}/` directory anywhere you want to render a dynamic block.
- block attributes available through `$attr`. It is cast as an object. Explore using `@dd` helper if you're unsure of the shape of this object.