intrip / laravel-authentication-acl

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

Admin credential #145

Closed amirulahmad closed 7 years ago

amirulahmad commented 8 years ago

I have installed this extension on Laravel 5.3. After run command: php artisan authentication:install I got this: [InvalidArgumentException] Invalid hasher [] chosen for Sentry.

The admin credential doesn;t work as well: admin@admin.com:password.

intrip commented 8 years ago

Which version of php are you using?

amirulahmad commented 8 years ago

It's 5.6.10.

intrip commented 8 years ago

Can't reproduce the problem. What version of the package are you using?

TeryaevNikita commented 8 years ago

the same problem...

for reproducing the problem try to remove /config/acl_sentry.php /config/cartalyst.sentry.php

and then run php artisan authentication:install

intrip commented 8 years ago

You shouldn't remove the sentry configuration files otherwise sentry doesn't know which strategy you should use to save password

itualoha commented 7 years ago

I met the sample report, too. After run command: php artisan authentication:install I got this: [InvalidArgumentException] Invalid hasher [] chosen for Sentry.

My env:

  1. php 5.6.19
  2. apache httpd 2.4.18
  3. laravel 5.3.30 laravel installation command: composer create-project --prefer-dist laravel/laravel myfirstexample "5.3.*" 4.after i finished the installation of laravel, I removed the confliction of database/migrations.

other installation steps followed the installation documentation. How could I troubleshoot the problem?