TerrePorter / StringBladeCompiler

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

Add Laravel 5.7 Support #41

Closed mikerogne closed 5 years ago

mikerogne commented 6 years ago

I should also note that this is only for Laravel 5.7 actually... because of this (merged) PR: https://github.com/laravel/framework/pull/23532/files

TaProhm commented 6 years ago

Thx for this compiler. Laravel 5.7 support would be great.

vokomarov commented 5 years ago

@TerrePorter Hi, thanks for your job. Is there any problems with this PR? Because since 1 month this PR still opened and no comments. Is project are alive? Thanks.

mikerogne commented 5 years ago

I've been using this in production since I submitted the PR.

In my composer.json I have:

"require": {
  "wpb/string-blade-compiler": "dev-laravel-5.7"
},
"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/mikerogne/StringBladeCompiler"
  }
]

That'll use my patched version of this library. Obviously you can see the updated source code yourself. This composer.json info is documented here: https://getcomposer.org/doc/05-repositories.md#vcs

vokomarov commented 5 years ago

Thanks @mikerogne , already used your patch 😄 Waiting for @TerrePorter will back.

TerrePorter commented 5 years ago

Sorry didnt get notice about the patch request and have been busy.