Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 295 Bytes

Yandex Map Suggest (Backend)

Installation

# install dependencies
$ composer install

# install application
$ php artisan install

# serve on localhost:8000
$ php artisan serve

For detailed explanation on how things work, check out Laravel docs.