Basically I am looking for some input here.
Is it best building a website/app as a composer package and then just installing onto the framework or building in laravel itself.
Some background: the application is solely contained within itself there is no separate modules and or packages that need to be built
The package would include everything from modals, routes, views, authentication etc…
Its structure and functionally are depended t on laravel. The idea is it’s easier to keep it up to date with laravel
Is this a good or bad idea and why?
It’s been suggested to me that it’s better building everything as packages, I don’t see the benefit and I’m struggling to see anything online as building a full application with 100+ modals as a package