Giter VIP home page Giter VIP logo

Comments (6)

TerrePorter avatar TerrePorter commented on July 19, 2024

It sounds like a good idea to delete the cache file for the generated views.

Which version of StringBladeCompiler are you using?

from stringbladecompiler.

TerrePorter avatar TerrePorter commented on July 19, 2024

I've updated version 3.0 and 3.2, with new function setDeleteViewCacheAfterRender

Released versions, 3.0.1 and 3.2.1, should be able to do a composer update and pull in those version updates respectively.

I'm getting pulled away, so might be a bit before I can get the update for version 1 (Laravel 4.2) and 2 (Laravel 5.0).

An example for version 3+ of how I run the function,

Route::get('/test10', function (Request $request) {

    // set complier engine to delete the view cache after rendering
    View::getEngineFromStringKey('stringblade')->setDeleteViewCacheAfterRender(true);

    // you can also specify 'blade' and it will delete the cache files generated when using the file template instead of the string template

   return  view( ['template' => ' {{ $token }}', 'secondsTemplateCacheExpires' => 0], ['token' => 'test ' ] );
});

from stringbladecompiler.

TerrePorter avatar TerrePorter commented on July 19, 2024

@thijsdemaa Did that help fix the problem your having? I have not yet made it the other version of the compiler, if your not using v2.

from stringbladecompiler.

TerrePorter avatar TerrePorter commented on July 19, 2024

@thijsdemaa Woo Hooo... have you had a chance to try the changes out ?

from stringbladecompiler.

 avatar commented on July 19, 2024

Hi, @TerrePorter, I'm very sorry for getting back to you so late. I discovered the problem lied not within the package, but our project. We were compiling the texts twice, and that caused it to create a lot of view-files. However, the option to delete the file after compiling is very useful, and we will definitely use it. Thanks!

from stringbladecompiler.

TerrePorter avatar TerrePorter commented on July 19, 2024

@thijsdemaa ok, I just wanted to make sure and close this ticket out if it had fixed the problem. Thanks for getting back with me.

from stringbladecompiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.