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

Laravel 10 : Installing/updating any version from 3.0.1 throws a fatal error #65

Closed
bernig opened this issue Apr 5, 2024 · 1 comment · Fixed by #66
Closed

Laravel 10 : Installing/updating any version from 3.0.1 throws a fatal error #65

bernig opened this issue Apr 5, 2024 · 1 comment · Fixed by #66

Comments

@bernig
Copy link

bernig commented Apr 5, 2024

When installing/updating the package in a Laravel 10 project, a fatal error occurs:

PHP Fatal error: A void function must not return a value in /var/www/laravel10/vendor/butschster/meta-tags/src/Console/InstallCommand.php on line 38

To Reproduce

  1. Install the latest Laravel 10 version
  2. composer require butschster/meta-tags
  3. Error

This commit is the cause of the issue: 43086d3

Note: Forcing the version to 3.0.0 fixes the issue.

@butschster butschster linked a pull request Apr 8, 2024 that will close this issue
@butschster
Copy link
Owner

Fixed! Thx for a bug report!

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 a pull request may close this issue.

2 participants