Search code examples
laravelcomposer-phpshared-hosting

Can multiple laravel applications use the same composer folder provider?


I have the following situation:

I use shared hosting with a limit of 400,000 inodes.

I have at least 20 laravel projects, which are already bursting this limit. I would like to know if there is a possibility for all projects to use the same vendor folder (for composer files), so it would drastically reduce the amount of files and solve my problem.


Solution

  • i think it's the bad idea to use as multiple projects surely have different packages installed and it makes no sense to do so...