- Clone this project into specific directory on your server, and go to this directory.
- Run
composer install
command from your terminal. - Configure your server for using api, according to the laravel docs.
- Copy
.env.example
file to.env
file. - Create database and set
DB_DATABASE
,DB_USERNAME
,DB_PASSWORD
params on.env
file Set - run
php artisan key:generate
- run
php artisan migrate
command to create tables. - visit home page of this application(http://localhost or another hostname of your local server)
Just see task_1.php, task_2.php, task_3.php, task_4.php for checking( numeration accorded to full tasks list in word file )