Laravel Installation

Laravel installation from your console


Laravel installation are comes on several ways, from console you can use composer and laravel command. Make sure that you composer installed nicely. We dont deal with Laravel Herd (Laravel Development for MacOS) right now, because MAMP already installed.

Laravel Framework

install with composer

command above will create a new laravel project folder, version 9.x named myapp and dont forget to use PHP 8.* to make sure you project will installed without errors. some version need PHP 7.* and update version need PHP 8.*

beside composer, we can use laravel command;

install with laravel

after finish with one of them, go to you app,

open your browser and go to localhost:8000 it will show up welcome page