cartalyst / sentinel

A framework agnostic authentication & authorization system.
BSD 3-Clause "New" or "Revised" License
1.51k stars 238 forks source link

Laravel 6.0 and sentinel 3.0 integration issue #528

Closed meekahdev closed 4 years ago

meekahdev commented 4 years ago

Your Environment

Expected behaviour

Am trying integrate sentinel 3 with my laravel 6.0 project through composer.

Actual behaviour

But its not getting integrate as expected, giving an error as below image Capture

Steps to reproduce

I tried to re-install sentinel by running following commands still not works .

1.composer dump-autoload 2.php artisan clear-compiled

  1. php artisan config:cache
  2. composer require cartalyst/sentinel "3.0.*"
brunogaspar commented 4 years ago

No need to open several issues for the exact same thing.

520