Hi am trying to use laravel-authentical acl for admin panel setup. All what i did is
- downloaded laravel 5 by following official documentation of package
- Followed instruction given by package
- on step 7 i found this error
[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_my_application/login
I am unable to set it up. I am new to Laravel. A help will be appericiated.
superadminis already created so don't create it just use it. - The Alpha