voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 233 forks source link

Admin panel (Backend) #347

Closed amiller911 closed 5 years ago

amiller911 commented 5 years ago

Hi.

Install voten. Not open backend. When i go mysite.com/backend i get error 403 Forbidden. You don't have the required permission to be here.

How fix it?

saleh-old commented 5 years ago

Did you run the migrations? You also need to run --seed

amiller911 commented 5 years ago

Did you run the migrations? You also need to run --seed

Yes, i run it.

php artisan db:seed --class=AdminUserSeeder

If just open website it working, but when i want open mysite.com/backend i get error 403

ldc321 commented 4 years ago

I have the same problem