gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

All my written commands stopped working #118

Closed crocodile2024 closed 2 months ago

crocodile2024 commented 2 months ago

Hello, my laravel application runs under multiple Domains. That is the reason why i started to implement this package. But with the Implementation all my own written commands (php artisan make:command) stoped working. If i run php artisan list then I can't see my commands.

If i run php artisan list --domain=<one of the Domains> then there are my commands not listed.

What can I do?

Crocodile202405

gecche commented 2 months ago

Hi,

which version of the package are you using? Have you updated the package recently? Because quiet the last update for Laravel 11 there have been addressed some bugs about custom commands.

Let me know

Thanks

Giacomo

crocodile2024 commented 2 months ago

Hello, i use Laravel 11.8.0 and PHP 8.2.20 and laravel-multidomain 11.0

Crocodile2024

gecche commented 2 months ago

Please try updating to version 11.1 of my package and let me know

crocodile2024 commented 2 months ago

Hello, the Update to 11.1 solved the issue.

Thank you

Crocodile2024