intrip / laravel-authentication-acl

Laravel authentication and ACL admin panel package based on sentry
287 stars 110 forks source link

Need help in setting it up #125

Closed aimenbatool closed 8 years ago

aimenbatool commented 8 years ago

@intrip I am unable to set it up and working. From screenshots i found it exactly what i want. I am following this documentation. On step 7 i found error below

[Cartalyst\Sentry\Groups\GroupExistsException] A group already exists with name [superadmin], names must be unique for gro ups.

I didn't get this error in previous installation though.

Also, i found nothing when i hit http://url_of_your_application/login

Need help in it.

gamingumar commented 8 years ago

as the error mentions, you have already run the migration and the database is already seeded, so when you run the installation process again you get this error. truncate your tables or create the database again

aimenbatool commented 8 years ago

@gamingumar Thanks, How will get it up & running? Unable to set routes for this. Can you please tell me what i am missing and how tot make it functional.

Thank you

gamingumar commented 8 years ago

you can read the documentation for complete details, and i have no idea of the error you are getting

aimenbatool commented 8 years ago

err This is the error i am getting when i hit the url. @gamingumar

gamingumar commented 8 years ago

your route is not defined, what localhost/dashboard and localhost/dashboard/login displays?

hashmab commented 8 years ago

[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "authentication" namespace.

how to fix this ????

DhanapalMadheswaran commented 8 years ago

vendor/laravel/framework/src/Illuminate/Container/Container.php on line 734 how to solve this?

intrip commented 8 years ago

closing for inactivity