Andreas Pabst

Results 3 issues of Andreas Pabst

Having laravel 8.5.8 installed and LRD in 1.22 running into the error: ```shell $ php artisan lrd:generate Error Call to undefined method ReflectionUnionType::getName() at C:\Users\****\****\vendor\rakutentech\laravel-request-docs\src\LaravelRequestDocs.php:126 122â–• foreach ($params as $param)...

Typescript, Vue 3 and my app are working well. But vetur is complaining ``` Cannot find namespace 'App'.Vetur(2503 ``` Component.vue ``` import { defineComponent, PropType } from "vue"; export default...