I'm trying to use Auth class of Laravel to make safe a FileManager module.
The filemanager: http://www.responsivefilemanager.com/
The Filemanager is on my /public rep and it is accessible via this route : ROOT/filemanager/dialog.php without authentication... It's big fail of security !
And to fix it, I would like to use Auth! But I don't know how I can do that! I have tried to require the boostrap/start.php file but it doesn't work.