Posted under » Laravel on 20 May 2026
Before installing Laravel, you need to meet the minimum requirements. PHP 8, composer and MySQL should already be installed. In addition, you should install Node JS and NPM so that you can compile your application's frontend assets like css etc.
apt install nodejs apt install npm
composer global require laravel/installer
You're ready to create a new Laravel application.
laravel new mylaraapp