Skip to main content
Lunar’s admin panel is powered by Filament v3. It allows you to easily extend the admin panel to suit your project. With the panel you can administer your products, collections, orders, customers, discounts, settings and much more.

Registering

If you followed the core installation instructions or have installed a starter kit, you will likely already have this in place.
use Lunar\Admin\Support\Facades\LunarPanel;

class AppServiceProvider extends ServiceProvider
{
    public function register(): void
    {
        LunarPanel::register();
    }