Page 1 of 1

What folders do I NOT need to transfer after generation?

Posted: Mon Mar 04, 2024 8:12 pm
by cavemanharris

Using PHPMaker 2021

What folders do I "NOT" need to transfer to my live server everytime i have generated the script ?
(Consider that with the first time generated script I transfereed everything !)

Not knowing the insides of Laraval I can see that i need to transfer "controllers" - "models" and "views" and the root files

Are there any other folders that changes dramatically if i dont change fields/table names ?

What I really want to know is if i have to re-upload the "vendor" directory every time?

Thank you !


Re: FTP question

Posted: Tue Mar 05, 2024 10:44 am
by arbei

No, unless you have enabled some feature which requires additional composer packages, or you have added composer packages yourself. Either way, when you generate, you can see the process of composer update in the progress window. If composer reports that some packages has been added, you need to re-upload the "vendor" folder.


Re: What folders do I NOT need to transfer after generation?

Posted: Tue Mar 05, 2024 9:41 pm
by cavemanharris

Thank you... Tested it and it works !