code16 / embed
Embed laravel blade component + validation
v3.0.1
2026-02-11 11:23 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^11.0|^12.0
- illuminate/support: ^11.0|^12.0
Requires (Dev)
- code16/pint-config: ^1.2
- laravel/framework: ^11.0|^12.0
- laravel/pint: ^1.21
- orchestra/testbench: ^8.0|^9.0|^10.0
- phpunit/phpunit: ^10.0|^11.0|^12.0
README
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