Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 204 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 204 Bytes

Install

run followning command in console:
composer install
cp .env.example .env
php artisan key:generate

Start server

php artisan serve
after this command server started at 127.0.0.1:8000