I have manually upload vendor folder but then I am facing issue with the laravel commands like I am not able to execute PHP artisan storage:link, Please help. asked 25 Jul '20, 13:42 niravphp |
You need to specify the version of php used on the command line. If you are trying to use php 7.2 the command line would be php72 answered 25 Jul '20, 13:48 aaront ♦♦ |