We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm new to composer, lumen, lavarel, all that. I'm familiar enough with php, but not quite to this level.
Trying to install compass on my own server here, and when I run the step 'php artisan migrate' I get an error..
ubuntu@instance-20221026-1202:~/Compass/compass$ php artisan migrate [ErrorException] Method ReflectionParameter::getClass() is deprecated
I'm stuck.. Any help appreciated! here's my environment in case that helps:
$uname -a Linux instance-20221026-1202 5.15.0-1021-oracle #27-Ubuntu SMP Fri Oct 14 20:04:20 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
$ php --version PHP 8.1.2-1ubuntu2.6 (cli) (built: Sep 15 2022 11:30:49) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.2, Copyright (c) Zend Technologies with Zend OPcache v8.1.2-1ubuntu2.6, Copyright (c), by Zend Technologies
$ composer --version Composer 2.2.6 2022-02-04 17:00:38
thanks
The text was updated successfully, but these errors were encountered:
so sorry! I think I need to update some things to make this work under PHP 8.1. If you can downgrade PHP to 7.4, it should work in that one.
Sorry, something went wrong.
PHP7.4 reached EOL in November 2022.
Any progress/news on this one? I am sadly unable to downgrade below 8.0
No branches or pull requests
I'm new to composer, lumen, lavarel, all that. I'm familiar enough with php, but not quite to this level.
Trying to install compass on my own server here, and
when I run the step 'php artisan migrate' I get an error..
ubuntu@instance-20221026-1202:~/Compass/compass$ php artisan migrate
[ErrorException]
Method ReflectionParameter::getClass() is deprecated
I'm stuck.. Any help appreciated!
here's my environment in case that helps:
$uname -a
Linux instance-20221026-1202 5.15.0-1021-oracle #27-Ubuntu SMP Fri Oct 14 20:04:20 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
$ php --version
PHP 8.1.2-1ubuntu2.6 (cli) (built: Sep 15 2022 11:30:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.2, Copyright (c) Zend Technologies
with Zend OPcache v8.1.2-1ubuntu2.6, Copyright (c), by Zend Technologies
$ composer --version
Composer 2.2.6 2022-02-04 17:00:38
thanks
The text was updated successfully, but these errors were encountered: