Skip to main content

Laravel

Laravel Start

Laravel Documentation

https://laravel.com/docs/5.8

01. Download and Install Composer

https://getcomposer.org/download/

02. Download the Laravel installer using Composer

composer global require laravel/installer

03. Create Laravel Project

composer create-project --prefer-dist laravel/laravel mylaraproject

04. RunLocal Development Server

php artisan serve

Comments