davzie / laravel-bootstrap

[DEPRECATED] A Laravel 4, Bootstrap 3 CMS Built With SOLID Principles In Mind
Other
558 stars 171 forks source link

Override Authorization, use Sentry instead #35

Open lgt opened 10 years ago

lgt commented 10 years ago

Sorry bothering again but I really like this repo because I learnt from lot of cool features I've been able to split the backend from frontend like creating separate ObjectControler and BaseController for Admin and adding separate Repositories for both of theme and know I want to go a bit deeper and I would like to use Sentry as Authentication because provides an ACL system.

My question how would I start with it?