Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to login the dashboard #26

Open
xienima opened this issue Oct 25, 2016 · 10 comments
Open

How to login the dashboard #26

xienima opened this issue Oct 25, 2016 · 10 comments

Comments

@xienima
Copy link

xienima commented Oct 25, 2016

I hava set up successful but i found a problem that i can not login the background。就是登录不了后台 有什么办法登录吗? 进入后台管理 。Waiting for your reply!

@jaasaria
Copy link

use /register and /login

@danielcheng2008
Copy link

register is not run successful. register but no records add in the db:users

@william-xue
Copy link

我也很感兴趣

@hootlex
Copy link
Contributor

hootlex commented Oct 29, 2016

@xienima did you run php artisan db:seed?
If so, you can login using the credentials printed in the console.

@m2ura
Copy link

m2ura commented Jan 29, 2017

Can't login... I did the "/login" but it doesn't redirect me into the admin panel, and i used the "first@admin.com" and "123pass" for password. And i did use php artisan db:seed.

And also why don't you make things easy by adding the login/register link into the Nav?

@rshuzz
Copy link

rshuzz commented Mar 7, 2017

Yes, I login i used the "first@admin.com" and "123pass", but I can't post articles. @m2ura
Is there any solution?

@m2ura
Copy link

m2ura commented Mar 8, 2017

@rshuzz It did login using those credentials to me... then i went to route http://localhost:8000/dashboard. that took me into the dashboard.

@idve
Copy link

idve commented Aug 21, 2017

you can search admin name in mysql ,there are three items !But their password:pass123

@stus3y
Copy link

stus3y commented Sep 27, 2017

use

php artisan migrate
php artisan db:seed
user email:first@admin.com
       password:123pass

@Fitzsun
Copy link

Fitzsun commented Sep 28, 2017

先自己注册一个,然后更改数据库users表中的is_admin字段为1就可以登录了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants