Skip to content

Files

Latest commit

 

History

History
21 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 687 Bytes

Installation

For fill dummy data have to run php artisan migrate --seed

Description

There is three users by defaul Admin, Manager and Guest.
Admin can create, delete and read posts.
Manager has the rights to delete and read posts.
Guest can only read posts.

Users credentials

Email and password for Admin, Manager and Guest according to
"admin@mail.com", "password"
"manager@mail.com", "password"
"guest@mail.com", "password"

Postman instructions

Use file "roles-permissions.postman_collection.json" for import collection.
After login or register save Bearer Token in section roles-permissions->Authorization.