duncan3dc / blade

Use Blade templates without the full Laravel framework
Apache License 2.0
144 stars 36 forks source link

Laravel 7 `x-` Components #27

Open marcwiest opened 4 years ago

marcwiest commented 4 years ago

Would be cool to see support for Laravel 7 and it's new x- component syntax.

https://www.twilio.com/blog/dont-repeat-yourself-html-laravel-7-blade-components-php https://laravel.com/docs/7.x/blade#components

duncan3dc commented 4 years ago

Support for Laravel 7 is available in version 4.9.0 of this library.

It looks like the component() signature has a breaking change, so I'll need to prepare 5.0.0 for that soon