I am using demo1 laravel version and the ecommerce and other apps as they are shown in HTML are not there.Apps->ecommerce->catalog->projects does not exist in laravel. How can I integrate it?
I am using metroni v8.1.2
Hi
Pages and components from the HTML version may not exist in Laravel. But, the CSS styles from the HTML version are already integrated into Laravel. All the components from the HTML version are static and non-working components. You can just copy the component HTML from the HTML version, and paste it into the Laravel component to get the same look. The actual functionality and implementation need to be done by the customer because every customer has their own business requirements.
For "Apps->ecommerce->catalog->projects", you can find the HTML file in /html/demo1/dist/apps/ecommerce/catalog
Let us know if you need further clarification.
Thanks