You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel Zero is a stripped-down version of the full Laravel framework for console-based applications. See: https://laravel-zero.com
What are the steps to reproduce this issue?
Create a Laravel Zero application (composer create-project --prefer-dist laravel-zero/laravel-zero movie-cli)
Require and register Honeybadger
Run the honeybadger:install command
What happens?
Could not install because Laravel Zero lacks Http, Router, and Request objects.
What were you expecting to happen?
Honeybadger should install on Laravel Zero.
Any logs, error output, etc?
./console.php honeybadger:install
Your API key:
>
Write HONEYBADGER_API_KEY to .env: ✔
Write HONEYBADGER_API_KEY placeholder to .env.example: ✔
Write HONEYBADGER_VERIFY_SSL placeholder to .env.example: ✔
Target class [request] does not exist.
Any other comments?
Installing the honeybadger-io/honeybadger-php package works perfectly, obviously lacking the Laravel-specific features such as context and environment configuration.
What versions are you using?
Operating System: not related Package Version: 4.0
Happy to create a pull request if it helps.
The text was updated successfully, but these errors were encountered:
the-csaba
changed the title
Feature requests: Support Laravel Zero
Feature Requests: Add Support for Laravel Zero
Apr 26, 2024
Hey @om4csaba, thanks for submitting a feature request!
I guess we should be able to tweak the existing client integrations to support Laravel Zero. I can't say when we will be able to work on this, because of limited bandwidth.
Laravel Zero is a stripped-down version of the full Laravel framework for console-based applications. See: https://laravel-zero.com
What are the steps to reproduce this issue?
composer create-project --prefer-dist laravel-zero/laravel-zero movie-cli
)honeybadger:install
commandWhat happens?
Could not install because Laravel Zero lacks Http, Router, and Request objects.
What were you expecting to happen?
Honeybadger should install on Laravel Zero.
Any logs, error output, etc?
Any other comments?
Installing the
honeybadger-io/honeybadger-php
package works perfectly, obviously lacking the Laravel-specific features such as context and environment configuration.What versions are you using?
Operating System: not related
Package Version: 4.0
Happy to create a pull request if it helps.
The text was updated successfully, but these errors were encountered: