You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed this package and successfully added the scribe config file. However, when I try to generate I'm running into an error as shown in the title. Here's the whole error chain ``` 1 vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:358
Illuminate\Routing\UrlGenerator::__call("useOrigin")
I can't figure out what I'm doing wrong if anything. All I changed in the scribe file is the type to use static and the routes path. Weird thing is that when I run a compare on the config using scribe:config:diff I only see the change for type.
Scribe version
5.0.1
Your question
I installed this package and successfully added the scribe config file. However, when I try to generate I'm running into an error as shown in the title. Here's the whole error chain ``` 1 vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php:358
Illuminate\Routing\UrlGenerator::__call("useOrigin")
2 vendor/knuckleswtf/scribe/src/Commands/GenerateDocumentation.php:127
Illuminate\Support\Facades\Facade::__callStatic("useOrigin")
3 vendor/knuckleswtf/scribe/src/Commands/GenerateDocumentation.php:45
Knuckles\Scribe\Commands\GenerateDocumentation::bootstrap()
4 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
Knuckles\Scribe\Commands\GenerateDocumentation::handle(Object(Knuckles\Scribe\Matching\RouteMatcher), Object(Knuckles\Scribe\GroupedEndpoints\GroupedEndpointsFactory))
5 vendor/laravel/framework/src/Illuminate/Container/Util.php:43
Illuminate\Container\BoundMethod::Illuminate\Container{closure}()
6 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
Illuminate\Container\Util::unwrapIfClosure(Object(Closure))
7 vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:35
Illuminate\Container\BoundMethod::callBoundMethod(Object(Illuminate\Foundation\Application), Object(Closure))
8 vendor/laravel/framework/src/Illuminate/Container/Container.php:690
Illuminate\Container\BoundMethod::call(Object(Illuminate\Foundation\Application), [])
9 vendor/laravel/framework/src/Illuminate/Console/Command.php:213
Illuminate\Container\Container::call()
10 vendor/symfony/console/Command/Command.php:279
Illuminate\Console\Command::execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
11 vendor/laravel/framework/src/Illuminate/Console/Command.php:182
Symfony\Component\Console\Command\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Illuminate\Console\OutputStyle))
12 vendor/symfony/console/Application.php:1047
Illuminate\Console\Command::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
13 vendor/symfony/console/Application.php:316
Symfony\Component\Console\Application::doRunCommand(Object(Knuckles\Scribe\Commands\GenerateDocumentation), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
14 vendor/symfony/console/Application.php:167
Symfony\Component\Console\Application::doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
15 vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:197
Symfony\Component\Console\Application::run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
16 artisan:35
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))```.
I can't figure out what I'm doing wrong if anything. All I changed in the scribe file is the type to use static and the routes path. Weird thing is that when I run a compare on the config using scribe:config:diff I only see the change for type.
Docs
The text was updated successfully, but these errors were encountered: