Snippets tagged “storage-facade”
2 snippets use this tag.
- create folder in laravelPHP
In Laravel, you can create a new folder using the File facade's makeDirectory method.
- How to upload files in Laravel directly into public folder?PHP
To upload files directly into the public folder in Laravel, you can use the storeAs method provided by the Storage facade.