file upload from one project into other on same server
i have two laravel project running on same sever i want to transfer files between them .is there any direct way to transfer files between them or i have to write an Api
Why not have a common directory for both projects for files that both projects will use.
But yes you could just copy a file, why upload again? Just curious.
both projects are hosted on same domain and in the same diroctory ,basicaly scenario is one project is a website and the second one is admin panel of that website .and both have same database between them.what i want to do is whenever a file is uploaded on website project i want to store it in admin panel project not in website project