Laravel this is not only a practical framework, it is also a programming style
how to save(store) all uploaded file in E:/ drive using laravel, here my code
$destinationPath = base_path() . "E:/"; if(!file_exists($destinationPath)){ mkdir($destinationPath); }
please help me
Aucun commentaire:
Enregistrer un commentaire