Jeroen-G / laravel-photo-gallery

A photo gallery for Laravel
40 stars 32 forks source link

Update PhotosController.php #27

Closed workzentre closed 9 years ago

workzentre commented 9 years ago

Locally, uploads are stored behind public directory, instead of inside public directory. Added public_path() to $destination var in 'store' function.