Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel storage

use IlluminateSupportFacadesStorage;

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