Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 292 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 292 Bytes

Laravel Quick Start

 $ git clone <link> appName

 $ cd appName && npm install

 $ php composer install && php artisan make:auth && php artisan migrate:install && php artisan migrate