AskMe

Results 22 comments of AskMe

也是醉了,第一步就运行不了,官方不改进下吗?

It still has this problem ,my code : ``` Route::group(['prefix' => 'data', 'middleware' => 'multiauth:api'], function ($route) { $route->get('readData', 'ChannelFormDataController@readData'); }); ``` ![image](https://user-images.githubusercontent.com/22534808/50625581-0d8cfa80-0f64-11e9-8bd3-ff7f3ad286e1.png) and when I cahnge the middleware to...

I got the same issue .hope someone to help . ``` $client = Client::getInstance(); $client->getEngine()->setPath('D:\\Program Files (x86)\\phantomjs-2.1.1-windows\bin\\phantomjs.exe'); $client->getEngine()->debug(true); $width = 800; $height = 600; $top = 0; $left = 0;...

@tomhapbia hey,I have sovled this problem . we need to specilize the file path and phantomjs bin path . ``` $client = Client::getInstance(); $client->getEngine()->setPath('/www/video/bin/phantomjs'); $client->getEngine()->debug(true); $width = 800; $height =...

you can use in laravel just like below: ``` composer require "jonnyw/php-phantomjs:4.*" ``` code,it works for me ,and I can render variable in the template . ```

大哥,谢谢你们维护,提供patch,我有个问题想问一下,为啥我的多图上传不能上传呢?我后台按照官方文档要求的格式返回了。

I can help you in question 2. ```

![image](https://user-images.githubusercontent.com/22534808/177293077-3bb53596-3c14-42b2-9b20-0e2034d8ed72.png) please show me the code