This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Illuminate\Database\QueryException on composer require #60
Comments
Same error on laravel 5.5 |
Thank you for your reply, installation is done successfully but the app
crashes at Illuminate\Foundation\Application::terminating() error.
…On Tue, 21 Jan 2020 at 18:34, Raphael Kagermeier ***@***.***> wrote:
As a quick workaround you can first download and set it up with the older
version -> composer require "aschmelyun/larametrics:1.1"
And then upgrading it to the current version 1.2
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60?email_source=notifications&email_token=AD5UZAXEEJGHUN5BWAMHLFTQ64P3HA5CNFSM4KIKUNIKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJQMC4I#issuecomment-576766321>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5UZATX5I72PK6VVTZDDQLQ64P3HANCNFSM4KIKUNIA>
.
|
Hey everyone! Check out the new release https://github.com/aschmelyun/larametrics/releases/tag/v1.2.1, I fixed both of these issues. The original one from @denniseilander was due to artisan firing off a log listener, which looks for expired logs before deleting them, but uses values from the config file. Since that file wasn't published yet, it caused a whole slew of weird issues that couldn't get resolved. I've wrapped those functions in a conditional to check for the config file first. Additionally, @abdomf's issue has been addressed, the |
Same error Laravel 8.11.2
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When running
composer require aschmelyun/larametrics
on a fresh Laravel (v6.11.0) installation, the application crashes onGenerating optimized autoload files
:Also tested this on
laravel 5.8.35
, but the same errorThe text was updated successfully, but these errors were encountered: