Qucik Start : Laravel
STEP 1 : Installing PHP and the Laravel Installer Install php in Mac : /bin/bash -c "$(curl -fsSL https://php.new/install/mac/8.4)" install the Laravel installer via Composer: composer global require laravel/installer STEP 2 : Creating an Application Input : laravel new thought-manager thought-manager is my test project name. you will be asked : _ _ | | | | | | __ _ _ __ __ ___ _____| | | | / _` | __/ _` \ \ / / _ \ | | |___| (_| | | | (_| |\ V / __/ | |______\__,_|_| \__,_| \_/ \___|_| Which starter kit would you like to install?...