shiro

Results 4 comments of shiro

@aisbd I think you can solve this by configuring routes.php like below ``` if(starts_with(Request::getPathInfo(), '/admin')){ Route::group(['prefix' => 'admin'], function () { Voyager::routes(); }); } ``` This will prevent the query....

@emptynick hi. thank you for your reply. At least, this query goes away. ``` select * from `data_types` ``` You stil get this query though. ``` select `policy_name`, `model_name` from...

You can get it here https://cdn.jsdelivr.net/npm/[email protected]/dist/vuedraggable.umd.min.js

hi. it fails to compile... npm version: 6.14.4 run this command ``` npm run vscode:prepublish ``` then this is resutl. ``` > tsc -p ./ node_modules/open/index.d.ts:33:36 - error TS1005: ';'...