Create websites with TailwindCSS
Start building the next great SAAS
Alpine & Tailwind UI Library
Plug'n Play Authentication for Laravel
Create website designs with AI
Blog platform for developers
Build a simple static website
21-day program to build a SAAS
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 ...
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