-
Notifications
You must be signed in to change notification settings - Fork 31
Description
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