spatie / laravel-server-monitor

Don't let your servers just melt down
https://docs.spatie.be/laravel-server-monitor/v1/introduction
MIT License
813 stars 95 forks source link

Package doesn't work with PHP 7.3 and Laravel 8 #112

Closed paras-malhotra closed 4 years ago

paras-malhotra commented 4 years ago

Thanks for the awesome package! :heart:

1.9.2 is the only version that supports Laravel 8 but it requires Laravel Blink. Blink 1.4.1 is the only version that supports Laravel 8 but that requires PHP 7.4.

freekmurze commented 4 years ago

Please create a fork of the package that is compatible with your environment. After you've upgraded to PHP 7.4, switch back to the spatie version.

gwrit commented 3 years ago

Great support 👍

ericknyoto commented 1 year ago

Please create a fork of the package that is compatible with your environment. After you've upgraded to PHP 7.4, switch back to the spatie version.

Hi, could you please elaborate the steps?

What I've done: Fork the repos, and I used tag 1.9.4 to be used as base branch, then updated the spatie/laravel-blink to ^1.4 then create new branch based on it, lets say the name of the branch updated_fork

From my project (php 73) with php 74 cli, I've added forked repositories to composer.json, I composer required spatie/laravel-server-monitor "dev-update_fork", but the installation still failed without details on the problem (this is also I found strange).

image