What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi again πŸ™‚ When I update something in the code should I do anything special to

UM9F81RCP
UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi again πŸ™‚
When I update something in the code should I do anything special to make it appear in the webapp? is there a special docker workflow? if yes what is it?

Comments

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    for example I change a twig file but still I dont see the change when I refresh many times!

  • please try docker/sdk cli console c:e which stands for cache:empty-all if I remember it correctly

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    thanks a lot I will try it

  • UM9F81RCP
    UM9F81RCP Posts: 516 πŸ§‘πŸ»β€πŸš€ - Cadet

    do you have any idea how to enable xdebug in docker env ? I ran docker/sdk up -x as suggested by the documentation, but when I run docker/sdk cli php -v
    I get this:

    *** DEVELOPMENT MODE
    PHP 7.2.31 (cli) (built: May 15 2020 06:03:13) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
        with Zend OPcache v7.2.31, Copyright (c) 1999-2018, by Zend Technologies 
    

    any suggestions?