
Configuring the Admin Panel with Laravel Mix
Learn how to configure and build your admin panel using Laravel Mix.
- customization
- admin
Learn how to configure and build your admin panel using Laravel Mix.
Learn how to configure and build your admin panel using Vite with Laravel.
It is possible to find products by various criteria using the `ProductSearch` class, including name, slug, taxons, channels, price ranges, sorting, and custom attributes.
It is possible to customize existing admin panel screens. In this example we will add `google_product_category` field to the category editing area.
It is possible to keep the cart for users after logout and restore it after successful login.
One of the most common customization of Applications built on top of Vanilo is the extension of models.