mercredi 16 décembre 2015

How to create storage folder and sub folder using input names in laravel 5

i am need advice to create folder upload in storage, i want to make folder using 4 column textbox

  • Division
  • activity
  • year
  • sponsor

how to make folder like this

storage/app/division/year/activity/sponsor/file.txt

and the code here

storage::disk('local')->put('logic');



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire