https://github.com/code16/embed
Handle embeds with blade components + validation
https://github.com/code16/embed
Last synced: 7 months ago
JSON representation
Handle embeds with blade components + validation
- Host: GitHub
- URL: https://github.com/code16/embed
- Owner: code16
- Created: 2021-09-13T11:46:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T18:52:12.000Z (9 months ago)
- Last Synced: 2025-06-13T23:04:47.603Z (7 months ago)
- Language: PHP
- Size: 349 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Embed for Laravel
Handle embeds in a Laravel app with blade components + validation
Forked from https://github.com/BenSampo/laravel-embed. Rewrited to use components instead of views.
## Installation
`composer required code16/embed`
## Usage
TBD