Chaging the default /admin url to subdomain

So i was tryingf to change the /admin url to subdomain like crmapp.domain.com as i will have a home page for the domain.com . I did go through the documentation in the link below:
link: https://filamentphp.com/docs/3.x/panels/configuration#changing-the-path

php artisan make:filament-panel crmapp

But when i try to run the command to install AppPanelProvider it's not working. Or am i missing something?
image.png
Was this page helpful?