Skip to content
This repository has been archived by the owner on Jan 28, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 273 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 273 Bytes

Laravel Quickstart - Basic

Quick Installation

git clone https://github.com/laravel/quickstart-basic quickstart

cd quickstart

composer install

php artisan migrate

php artisan serve

Complete Tutorial