If I'm not mistaken, this is a framework that jumpstarts my web app with basic needs?
I have an app that will eventually turn enterprise level granted we deliver in a timely manner and the existing version is a complete mess of code, so we've already agreed to write the minimum viable product (MVP) in Laravel as we need to move fast. The MVP will be very simple, user management of course, the way I see it is basically 3 team groups ... Order placers, Order fulfillment and administrative. Order placers will have 3 levels of completing orders, but basically we need someone with proper credentials to sign off on the order before it is sent to the fulfillment side. And of course the admin side to manage the other two team groups and run reports about billing and what not.
So my question boiled down is this. Can I use Spark in order to build my shopping cart app? Or am I better off creating this just completely in Laravel alone?