Skip to Content
  • +31 653-919-302
Cafayate.Net
  • 0
  • 0
  • Sign in
  • Nederlands English (US) Español (AR)
  • Contact Us
  • Home
  • Blog
  • Jobs
  • Contact us
Cafayate.Net
  • 0
  • 0
    • Home
    • Blog
    • Jobs
    • Contact us
  • +31 653-919-302
  • Nederlands English (US) Español (AR)
  • Sign in
  • Contact Us

Akeneo boostrap.php.cache

  • All Blogs
  • Tech Blog
  • Akeneo boostrap.php.cache
  • March 5, 2021 by
    Administrator

    Force configuration reload in Symfony2

     

    Update: You can’t reload the configuration, but you can set the parameters on-the-fly, see second “Update” paragraph

    It’s not really possible in Symfony2 to do that.

    In production mode, everything (even the configuration) is cached, so you have to clear the cache with

    app/console cache:clear --env=prod --no-debug

    (maybe followed by a app/console cache:warmup --env=prod --no-debug)

    to reload the configuration. In development mode you could experiment with shutdown() followed by a boot() from Symfony\Component\HttpKernel\Kernel or maybe loadClassCache – but all of this is not really that what you want.

    What exactly changes are made to the configuration files? Maybe you should use different files for different environments or consider any other method to get those changes (via a simple Webservice or even a static file read from within a Controller).

    Update:

    I figured out that you can set your container configuration parameter on-the-fly via

    $container->setParameter('parameter', value);

    Have a look at the Symfony2 documentation.

    in Tech Blog
    Install a GitLab CE Omnibus package on ubuntu 14.04 (trusty)

    Designed for companies

    We are a team of passionate people whose goal is to improve everyone's life through disruptive products. We build great products to solve your business problems. Our products are designed for small to medium size companies willing to optimize their performance.

    Get in touch

    Plantexel
    Pedernera
    Salta Capital 
    Argenina

    • +31 653-919-302
    • [email protected]
    Follow us
    Copyright © Plantexel
    Nederlands | English (US) | Español (AR)