What folders do I NOT need to transfer after generation?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cavemanharris
User
Posts: 21

What folders do I NOT need to transfer after generation?

Post 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 !


arbei
User
Posts: 9384

Post 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.


cavemanharris
User
Posts: 21

Post by cavemanharris »

Thank you... Tested it and it works !


Post Reply