i'm new at this and find this "complete legal case management system"
I've tried to install this code but i get stuck with two errors that stop the process of the installation. 1) inheritance of ArrayAccess and Method ReflectionParameter (getClass) error.
Anyone can help?
I'm running this on the XAMPP and still my local keep getting 500 error
@mercury64 Well the problem will be you’re trying to run PHP 7 code using PHP 8, hence the deprecation warnings (because, well, the syntax changed between 7 and 8).
@mercury64 Yes. But you need to also run the project (which includes installing Composer dependencies) using PHP 7. If you run Composer with PHP 8, you’re going to get all of those deprecation errors when it’s processing files to build the autoload mapping.