PHP 8.1 or higher Composer MySQL 5.7 or higher Node.js and NPM (for frontend assets) There was an error while loading. Please reload this page.
On Linux/MacOS: docker run --rm -v $(pwd):/app composer install On Windows in PowerShell: docker run --rm -v ${PWD}:/app composer install On Windows in CMD: docker ...