-
Notifications
You must be signed in to change notification settings - Fork 75
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
Comments
@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 |
@erik-ropez I see. that would be a lot of work. I have committed your pull request |
@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. |
@erik-ropez I made a new version, 7.0, that is for laravel 9. Sorry for taking so long |
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?
The text was updated successfully, but these errors were encountered: