-
Notifications
You must be signed in to change notification settings - Fork 22
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 7 Support #10
base: master
Are you sure you want to change the base?
Conversation
@antonioribeiro Thanks for the fixing! |
No problem! You can probably do it this way:
Cheers! |
Thanks for answering! @antonioribeiro |
This is a {
"require": {
"marchie/ms-application-insights-laravel": "dev-feature/laravel-7"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/antonioribeiro/ms-application-insights-laravel.git"
}
]
} |
Is there a solution for Laravel 8 as well? |
@antonioribeiro |
Hey @johnwc, thanks for your input! The If you look at the repositories of the largest Laravel package developers, like Spatie or even Laravel, you won't probably find any Cheers! |
Forked, merged some of the relevant PRs you had here and added support for Laravel 7.
Also fixed an error when the key was wrong (not empty), it would not reach the exception handler reporter, throwing the exception over and over, and just terminating the app with a silent error 500.