Skip to content

feat: add support for Laravel ^13#1

Merged
inxilpro merged 3 commits intoInterNACHI:mainfrom
tgeorgel:patch-1
Mar 23, 2026
Merged

feat: add support for Laravel ^13#1
inxilpro merged 3 commits intoInterNACHI:mainfrom
tgeorgel:patch-1

Conversation

@tgeorgel
Copy link
Copy Markdown
Contributor

No description provided.

@ahosker
Copy link
Copy Markdown

ahosker commented Mar 22, 2026

@tgeorgel in internachi/modularize/src/Modularize.php' you need to change protected function configure() to protected function configure(): void its causing errors for me.

Symfony\Component\Console\Command\Command::configure() now declares : void. A trait method that overrides it without : void is considered incompatible, so PHP throws a fatal before Laravel can finish package:discover

Add void return type to configure method
@tgeorgel
Copy link
Copy Markdown
Contributor Author

@tgeorgel in internachi/modularize/src/Modularize.php' you need to change protected function configure() to protected function configure(): void its causing errors for me.

Symfony\Component\Console\Command\Command::configure() now declares : void. A trait method that overrides it without : void is considered incompatible, so PHP throws a fatal before Laravel can finish package:discover

Wow I did not see that, good catch! it's fixed 👍

@inxilpro inxilpro merged commit 09965fc into InterNACHI:main Mar 23, 2026
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

Successfully merging this pull request may close these issues.

3 participants