I am currently developing an app with Laravel 5 and suddenly the artisan stoped working!
I can\'t use a single command on it, it always return the error:
I've found the error!
I had a syntax error on my routes.php file...
function($id,**name**,**value**)
Forgot the $ sign and thus it found a unexpected ','.
Thank you all for the help!