I am working on a new project and I was wondering if it is possible to limit the storage space per user in Laravel
Let me explain, what I'm looking for is that if the user has the role student
then he can store up to 1GB in his profile.
And if there is a user of type teacher
will have unlimited space or another type of amount of space like 4GB ... And so on. I've been researching and testing for several weeks but I still can not find a solution that really contributes to what I'm looking for.
All suggestions are welcome. Thank you very much