When I was using Laravel 4, I have never find satisfying package which handles roles and permissions.
So, after Laravel 5 was released, I create my own package. Since you need to handle this "issue" in almost every larger project, you could try this one.
Since I'm relatively new to Laravel, I was trying to make it as simple as possible. I would be glad for any feedback!