knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 280 forks source link

View [themes.my-theme.index] not found. #748

Closed rabol closed 8 months ago

rabol commented 8 months ago

Scribe version

4.25

PHP version

8.2.11

Framework

Laravel

Framework version

10.28.0

Scribe config

theme => "my-theme"
type => "laravel"
laravel.docs_url => "/developer/docs"
try_it_out.enabled => false
try_it_out.use_csrf => true
auth.enabled => true
auth.default => true
logo => "/img/logo.png"

What happened?

php artisan scribe:generate --force

   InvalidArgumentException 

  View [themes.my-theme.index] not found.

it looks like the scribe folder is not included in the path to the view.

Docs

rabol commented 8 months ago

Do not know what changed, but now it works - sorry