Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laravel 9 support #80

Open
883 opened this issue Feb 10, 2022 · 6 comments
Open

laravel 9 support #80

883 opened this issue Feb 10, 2022 · 6 comments

Comments

@883
Copy link

883 commented Feb 10, 2022

I have been very much helped by this library for some time.
I also want to use string-blade-compiler in my laravel9 project.
Do you have any plans for support?

@erik-ropez
Copy link
Contributor

#81

@TerrePorter
Copy link
Owner

@883 @erik-ropez laravel 9 has built in support for on the fly blade template string rendering. https://laracasts.com/series/whats-new-in-laravel-9/episodes/5

@erik-ropez
Copy link
Contributor

@883 @erik-ropez laravel 9 has built in support for on the fly blade template string rendering. https://laracasts.com/series/whats-new-in-laravel-9/episodes/5

True, but I have a lot of code depending on your view(['template' => '...']) syntax. Migrating everything to Blade::render() is time consuming.

@TerrePorter
Copy link
Owner

@erik-ropez I see. that would be a lot of work. I have committed your pull request

@erik-ropez
Copy link
Contributor

@TerrePorter Could you make a new version release with Laravel 9 support. The last version is https://packagist.org/packages/wpb/string-blade-compiler#6.0.3 and it doesn't support v9.

@TerrePorter
Copy link
Owner

TerrePorter commented Aug 10, 2022

@erik-ropez I made a new version, 7.0, that is for laravel 9.

Sorry for taking so long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants