hello~
when I use laravel5.5.18, executing php artisan will throw an exception Unsupported operand types, as follows:
what is the problem, God? My environment is nginx + php-fpm, and the php version is 7.2.1
hello~
when I use laravel5.5.18, executing php artisan will throw an exception Unsupported operand types, as follows:
what is the problem, God? My environment is nginx + php-fpm, and the php version is 7.2.1
error message shows that "unsupported operation types" can be checked from the following points:
good evening, big gods. I have this need: the PHP server acts as a middleman to communicate between the mobile app end and the hardware device (roughly like this, some words may be unprofessional). In some cases, the app side and the hardware side take t...