Closed xian13 closed 8 years ago
Hi @jarektkaczyk @L1lle @aedart, because of my fork has some other modifications, I try to create new branch that has commits of laravel 5.2 support.
@jarektkaczyk, I think the error in the CI check is not related to my commit, the error is about Sentinel class not found and my commit is not related to the Sentinel implementation, could you check it?
@jarektkaczyk I think this commit explain why the test is fail 4564aae6c851a168072a3484fa7665580713fd3d
@jarektkaczyk Could this one be fixed please? Would really like to use this package in 5.2 without forking :)
@mvdpoel I created new branch and tagged version 5.2 - please pull and let me know if all is good.
binShared is removed, using singleton instead. function driver in AuthManager is removed, using auth.driver instead. Using Guard contract instead of guard implementation.