well i solve it thanks
i just change the code to be like this
$destinationPath = public_path() . "/img/"; Input::file('image_url')->move($destinationPath, $filename);
thanks ^_^
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community