Module paths in v8

How are module paths and structures determined programmatically in the new architecture?

https://docs.suitecrm.com/8.x/developer/architecture/front-end-architecture/

Anything on the back-end by chance?

I think most of the backend is not changed for the v8s. It is same as v7 backend.

Thanks.
From what I have learnt so far is that a certain amount of legacy code is still in place but its being done away with.
The correct structure to use being in extensions/defaultExt/

2 Likes

Hello, i want to create a custom bean/class with associated database table.
If I wanted to use an extension and then create a new one inside extension like defaultExt where should I put the vardefs.php and bean code? Inside core/modules in the extension? Any tips or simple code?

That would go into custom/

1 Like

New Beans still go into the legacy/modules folder (as per Suite7) and you can still use the module builder for this, all the extra code can go in a Suite8 extenstion folder OR in the legacy/custom folders.

Mark