Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,26 @@ Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
* `/api/tasks?filter[difficulty]=1` - получить страницу с отсортированными заданиями по сложности
* `/api/tasks?filter[task_type]=Слова` - получить страницу с отсортированными заданиями по типу "Слова"
* `/api/tasks?filter[lang]=eng` - получить страницу с отсортированными заданиями по английскому языку


## Регистрация :


> Нужно откатить все пулы связанные с регистрацией ... чтобы все работало корректно


```
composer require laravel/ui
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем это сюда добавлять?
Нужно добавлять это в composer.json

php artisan ui bootstrap
php artisan ui bootstrap --auth
npm install && npm run dev
php artisan migrate
```


* /register - регистрация
* /login - вход
* после регистрации или входа будет просиходить редирект на страницу /home нужно будет изменить на страницу(роут) например /


> можешь столкнуться с ошибками в роутах ,исправь и все будет норм