Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel local file storage

use IlluminateSupportFacadesStorage;
 
Storage::disk('local')->put('example.txt', 'Contents');
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #laravel #local #file #storage
ADD COMMENT
Topic
Name
1+3 =