I have saved a file with this command
$newFile = [ \'event_id\' => $event->id, \'path\' => $storePath ]; EventFi
Laravel 5
$request->file('file')->getSize();
Laravel 4
$request->file('file')->getClientSize(); // getClientSize() is deprecated in Laravel 5