andreaselia/laravel-api-to-postman

Target class [App\Http\Controllers\HomeController] does not exist.

yeestrada opened this issue · 3 comments

When php artisan export:postman command is executed it shows:
Target class [App\Http\Controllers\HomeController] does not exist.
laravel 9, php 8.1
image

Hi @yeestrada, could you post your routes file please?

@yeestrada make sure all the classes referenced in the routes file exist. Seems you are using a HomeController that does not exist.

@yeestrada make sure all the classes referenced in the routes file exist. Seems you are using a HomeController that does not exist.

Pretty much this. Thanks @alexandrecruz 👍

Going to close this due to a lack of response.