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..

After you install a new composer package I'm assuming you need to restart the containers yes?

U01JBB8LNTE
U01JBB8LNTE Posts: 207 πŸ§‘πŸ»β€πŸš€ - Cadet

After you install a new composer package I'm assuming you need to restart the containers yes?

Comments

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 πŸ§‘πŸ»β€πŸš€ - Cadet

    do i also need to --build or --assets ?

    ❯ docker/sdk console middleware:process:run
    -->  DEVELOPMENT MODE   
    Store: DE | Environment: docker.dev
    Error - Exception: Class 'Generated\Shared\Transfer\ProcessSettingsTransfer' not found 
    in /data/vendor/spryker-middleware/process/src/SprykerMiddleware/Zed/Process/Communication/Console/ProcessConsole.php (130)
    
    Command: /data/vendor/bin/console middleware:process:run
    
  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 πŸ§‘πŸ»β€πŸš€ - Cadet

    Do I need to run some kind of setup? or register these in both Yves and Zed?

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 πŸ§‘πŸ»β€πŸš€ - Cadet

    ok, yes... the answer is yes.

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet

    If u install some new composer packages, they are automatically synced in your container.. But of sure u have to run for example transfer:generate or propel:install to generate the new transfer or schema defined in the new package added.

  • U01JBB8LNTE
    U01JBB8LNTE Posts: 207 πŸ§‘πŸ»β€πŸš€ - Cadet

    on macOS I needed to shut down the containers and run docker/sdk up --build --assets --data maybe just build