moduleSvc->addFrontendLink('Sample', '/sample', '', $logged_in=true); * * Or an admin link: * * $this->moduleSvc->addAdminLink('Sample', '/admin/sample'); */ public function registerLinks(): void { } /** * Deferred providers: * https://laravel.com/docs/7.x/providers#deferred-providers * * @return array */ public function provides(): array { return []; } }