PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

composer memory limit error

COMPOSER_MEMORY_LIMIT=-1 composer update

I need to run composer update at my hosting so I log in with ssh and try to run the following command inside /www folder where I have Laravel and composer installation: composer update

I get this ...

BETA Snippet explanation automatically generated by OpenAI:

Here is what the above code is doing:
1. Run a composer command with a custom memory limit
2. The composer command is update, which updates all the dependencies for the project
3. The --no-interaction flag tells composer not to ask for any input
4. The --no-dev flag tells composer not

Snippet By Tony Lea

ยท

Created October 27th, 2021

ยท

Report Snippet