PiTheNumber
PiTheNumber

Reputation: 23542

Laravel 4: Where to place upload folder?

In Laravel 4: Where should a not public upload folder be placed? (Best practice)

Where is what comes to mind:

Upvotes: 0

Views: 255

Answers (1)

Valdas
Valdas

Reputation: 1074

I'd say that

/app/storage/uploads

is the most appropriate place to store not publicly accessible uploaded files.

Upvotes: 1

Related Questions