Ajvanho OP 5 years agoLevel 14ReplyReport SpamYes, but storage:link does not work normally on Homestead. Probably that is a problem, but I don't have a solution. Like Reply
kkhicher15 years agoLevel 2ReplyReport SpamTry this one # config/filesystems.php 'custom' => [ 'root' => public_path('images'), 'url' => env('APP_URL').'/images', ], then use Image::make('photo')->disk('custom'), Like Reply 1 like