rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

'Binput' not found" #5

Closed newtonianb closed 11 years ago

newtonianb commented 11 years ago

What is Binput::get?? I can not find any reference to this in the Laravel doc, is this custom and where is it defined?

https://github.com/rydurham/L4withSentry/blob/master/app/controllers/UserController.php#L138

"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Class 'Binput' not found"

Thanks

newtonianb commented 11 years ago

Found it in app/libraries. my bad, thanks

rydurham commented 11 years ago

I should have mentioned something about that in the readme. Technically the Binput library is not needed because Laravel takes care of a lot of those needs on its own. I may update this repo to remove it all together.

rydurham commented 11 years ago

I have now removed all references to the Binput::library.