TerrePorter / StringBladeCompiler

Render Blade templates from string
MIT License
175 stars 75 forks source link

Works in Laravel 7 #57

Closed kchoppin closed 2 years ago

kchoppin commented 4 years ago

FYI. Just forked and bumped dep to Laravel 7, seems to work fine! 👍

zhanang19 commented 4 years ago

Hello @kchoppin, have you try this package out compatible with Laravel 7 Component? Thanks.

ahmad-saad commented 4 years ago

@TerrePorter ,

when it works fine in Laravel 7 as @kchoppin said, can you please change the dep to laravel 7

Thanks

chris-rr commented 4 years ago

@TerrePorter Just +1ing the request to bump the dep, this currently preventing my Laravel 7 upgrade.

ahmad-saad commented 4 years ago

hier is a Temp Package until @TerrePorter bump the dep.

https://packagist.org/packages/enbit/string-blade-compiler

TerrePorter commented 4 years ago

Sorry have been extremely busy just now getting back to this

TerrePorter commented 4 years ago

@ahmad-saad @chris-rr @zhanang19 I have created a new branch for L7

Kwaadpepper commented 4 years ago

Works in Laravel 8 ? :)

TerrePorter commented 4 years ago

@Kwaadpepper working on that, but seem to have the same problem in 7.


strpos() expects parameter 1 to be string, array given ```

has something to do with the factory not loading correctly, which doesn't load the updated view class
Kwaadpepper commented 4 years ago

I can already tell you that auto loader is not working. Doing composer update will show packages loaded but not Sbl EDIT Sorry I just saw that I used 4.0 branch. This is why it is not working i guess