entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Not supported in laravel 6

Open sdebarun opened this issue 5 years ago • 10 comments

I am getting this error when I try to upgrade laravel 5.8.* to 6.0.* version. Installation request for laravel/framework ^6.0 -> satisfiable by laravel/framework[v6.0.0, v6.0.1, v6.0.2, v6.0.3, v6.0.4, v6.1.0, v6.2.0, v6.3.0, v6.4.0].

sdebarun avatar Oct 28 '19 15:10 sdebarun

same here

emtiazzahid avatar Nov 03 '19 15:11 emtiazzahid

  • 1

andreneves avatar Nov 05 '19 16:11 andreneves

I fork this project and adjusted it for integration with laravel 6

jromero98 avatar Nov 10 '19 18:11 jromero98

@jromero98 Can you share the adjusted code?

sam-mak-dream avatar Nov 13 '19 09:11 sam-mak-dream

https://github.com/jromero98/entrust tag 0.2 for laravel 5.8 and tag 0.3 laravel 6

jromero98 avatar Nov 13 '19 14:11 jromero98

Manually upgraded to Laravel 6 if anyone interested: https://packagist.org/packages/gghughunishvili/entrust

gghughunishvili avatar Nov 20 '19 21:11 gghughunishvili

I'm taking this as a sign that the project is dead.

SuperlativeEntity avatar Jan 20 '20 13:01 SuperlativeEntity

This is the best alternative to entrust with laravel 6 and follows the same schema and provide some additional features like seed config. Try this. https://packagist.org/packages/shanmuga/laravel-entrust

shanmuga3 avatar Jan 28 '20 03:01 shanmuga3

This is the best alternative to entrust with laravel 6 and follows the same schema and provide some additional features like seed config. Try this. https://packagist.org/packages/shanmuga/laravel-entrust

With a single contributor. No thanks.

SuperlativeEntity avatar Jan 28 '20 10:01 SuperlativeEntity

I have adjusted the project to be compatible with lumen https://github.com/jromero98/entrust, modificando el archivo entrust.php with 'type' => 'api'

jromero98 avatar Jan 29 '20 18:01 jromero98