DEV Community

Discussion on: Protect user uploads with Laravel

Collapse
 
brcontainer profile image
Guilherme Nascimento

Does this isolate files between different users? Maybe using something with Illuminate\Auth\Access\HandlesAuthorization or controlling it by the Model itself is better or even using the user ID as a subfolder could solve.