Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 385 Bytes

readme.md

File metadata and controls

executable file
·
25 lines (17 loc) · 385 Bytes

Welcome to InvestMe Service

Getting started

First of all, you have to clone project from remote repository by following command:

git  clone https://github.com/Elbar/InvestMe.git
git  fetch [some_branch] 

After this, type

composer install

command and install dependencies.

At the end start server by

php artisan serve

command