Unverified Commit 82f6a2ec authored by Viral Solani's avatar Viral Solani Committed by GitHub

Merge pull request #64 from tommycox/add_login_instructions

Added instructions for logging in
parents 1f3c92f7 21f5ee7a
......@@ -86,6 +86,16 @@ You can now access the server at http://localhost:8000
php artisan key:generate
php artisan jwt:generate
## Logging In
`php artisan db:seed` adds three users with respective roles. The credentials are as follows:
* Admin Istrator: `admin@admin.com`
* Backend User: `executive@executive.com`
* Default User: `user@user.com`
Password: `1234`
## Issues
If you come across any issues please report them [here](https://github.com/viralsolani/laravel-adminpanel/issues).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment