Had someone ask, how to get all models from active modules using Laravel Modules.
Here's how I would go about it.
Just realised I've got over 600 people on my discord group for my packages!
discord.gg/bUHsdXTh
Released an Update for Laravel Modules with a bunch of fixes and improvements, now supports multiple config files event nested.
github.com/nWidart/laravel-modules/releases/tag/v11.1.5
If you we're to build a demo application in Inertia.js where the backend would be the same but the frontend would be Vue, React and Svelt would you have separate codebases or a single codebase and split at the view layer to be Vue/React/Svelt?