I just bought a license and installed the laravel one.
I got all these files but i want to start from ''clean sheet'' with only the layout (side menu and navbar)
Any way how i can do this instead of deleteding everything and then start building?
Hi Jochem,
To start with a clean slate with only the layout (side menu and navbar) in Laravel, you can manually remove the unused folders and files. You may begin by removing the dashboard.
Here are some suggested folders that you can remove:
resources/views/layout/partials/sidebar-layout/sidebar/_menu.blade.php
resources/views/pages/dashboards/index.blade.php
resources/views/partials/widgets
I downloaded it and installed it by following:
https://preview.keenthemes.com/laravel/metronic/docs/getting-started
I still got the full thing as u can see in the img
https://prnt.sc/itabfpnWAPs5
Hi Jochem,
Have you considered using the Starterkit Laravel? It has a basic layout including a header, footer, sidebar menu, topbar menu, and pre-integrated assets.
You can download it from the following link:
https://devs.keenthemes.com/metronic/laravel
Thanks