lbausch / SQLgreyGUI

Web interface for SQLgrey built on Laravel 5
https://lbausch.github.io/SQLgreyGUI/
MIT License
11 stars 4 forks source link

problems trying to install in 2022 on current system #26

Open dneuhaeuser opened 2 years ago

dneuhaeuser commented 2 years ago

Hi,

I'm trying to get this nice software working on a current system:

when running composer I get a lot of problems:

Problem 1

when trying to ignore these messages I got this next:

PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /root/lbausch-SQLgreyGUI-e870588/vendor/laravel/framework/src/Illuminate/Http/Request.php:552

Is there a way to make it work in 2022 ?

lbausch commented 2 years ago

There's currently no support for PHP 8 as this would require to update most of the dependencies.

rubeldonarman commented 1 year ago

@lbausch what about PHP 7.4.33 (cli) ? Does it support postgrey ?