is it good to store public assets like image inside the project directory in laravel during production environment?

Viewed 15

i have laravel project which has public assets like images. During development it reside inside project directory ...but i don't think it's good to store in project directory as it increases the size of project in Cpanel. is there anything else like Amazone s3 bucket in cpanel. how to work with this is that good?

0 Answers
Related