Laravel4 unable to create a directory although I gave correct permissions
问题 Laravel4 unable to create a directory although I gave correct permissions. FileException error happened, http://s28.postimg.org/xkor8srxp/2014_01_03_2_53_18.png. I tried lots of permissions.. sudo chmod -R 777 storage sudo chmod -R 707 storage sudo chmod -R o+rwx storage and I even restarted Apache server. I have been googling 24 hours or so, and still can't figure out.. Here are the routes and view files. // routes.php Route::post('handle-form', function() { $name = Input::file('book')-