DEV Community

asepher
asepher

Posted on

Save File to Public or Storage Folder

First:
$path = public_path('pdf');
Second:
$path = storage_path('app/public/pdf/');

Command Save :
$pdf->save($path.$nmfile);

Top comments (0)