I need to create a web app (product/estimates configurator) + ecommerce + website and I can't decide between Laravel or OctoberCMS + writing custom plugins.
I need to create some static pages (October would be great for those) and a backend to manage estimates for a single user (an independent contractor): I need to interpolate data from a database of spare parts and calculate the final price including the labour cost.
At the first stage the contractor will manage manually the customer care and will send the estimate to the applicant.
At a later stage the applicant would be able to buy a spare part from the web store bypassing the contractor (e.g., when he only needs a spare part and is able to install it by himself), so it will be a real e-commerce platform.
Can't really know if OctoberCMS can help me developing faster but will go against me when I'll need further customizations.
Has anyone been in the same situation?