Overview
When you log into the control panel, you will be taken to the dashboard — a customizable screen dispatch with a Livewire component! Laravel Shopper is a free open-source e-commerce application based on the TALL Stack and aims to build an e-commerce administration using only Livewire components. The navigation at the left contains the available panels for everyday use:
The dashboard and the Getting Started panel
Components
The component that displays the dashboard is quite simple, so you can easily replace it to put your own. The component used isShopper\Livewire\Pages\Dashboard and can also be found in the components file config/shopper/components/dashboard.php.