Laravel Call to a member function getClientOriginalExtension() on null
in your form:open
you need the 'files' => true
like below
Form::open('your_path', array('files'=> true))
or
<form action="yout path" method="post" enctype="multipart/form-data">