Home > Article > Backend Development > What should I do if php artisan cannot be used?
php artisan cannot be used because an Array is assigned where the Object type should be used. The solution is to check the code and modify the Object type.
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
What should I do if php artisan cannot be used?
Specific problem:
php artisan command cannot be used
Solution:
The error is obvious. Where the Object type should be used, you assigned an Array.
Please check the code again and modify it.
Recommended learning: "PHP Video Tutorial"
The above is the detailed content of What should I do if php artisan cannot be used?. For more information, please follow other related articles on the PHP Chinese website!