Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to mount to the dashboard? #2

Open
darren-glanville opened this issue Dec 5, 2023 · 5 comments
Open

How to mount to the dashboard? #2

darren-glanville opened this issue Dec 5, 2023 · 5 comments

Comments

@darren-glanville
Copy link

I would like to use this on the dashboard, how do I do that?

@lukas-frey
Copy link
Contributor

Hi, create a custom page for your Dashboard, extend the filament original dashboard and implement the mount function according to the documentation:

public function mount(): void
    {
        parent::mount();
        
        $this->mountTutorial();
    }
    ```

@darren-glanville
Copy link
Author

darren-glanville commented Dec 18, 2023 via email

@ingmontoya
Copy link

does this had a solution?

@lukas-frey
Copy link
Contributor

lukas-frey commented Jan 9, 2024

Don't call parent::mount(). There's a typo in the docs.

@AFSDARIF
Copy link

Dingtalk_20240610100348
display like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants