We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running php artisan command php artisan apidocs:endpoint SampleEndpoint I get the following error:
php artisan apidocs:endpoint SampleEndpoint
Call to undefined function Johnylemon\Apidocs\Console\Commands\stub() at vendor/johnylemon/laravel-apidocs/src/Console/Commands/Make.php:46 42▕ // target path 43▕ // 44▕ $path = app_path("$dir/$class.php"); 45▕ ➜ 46▕ stub($this->stub(), $path, [ 47▕ 'NAMESPACE' => $this->namespace($dir), 48▕ 'NAME' => $class, 49▕ ]); 50▕ } +13 vendor frames 14 artisan:37 Illuminate\Foundation\Console\Kernel::handle()
The text was updated successfully, but these errors were encountered:
at vendor/johnylemon/laravel-apidocs/src/Console/Commands/Make.php at line 46 replace stub to $this->stub
Sorry, something went wrong.
No branches or pull requests
When running php artisan command
php artisan apidocs:endpoint SampleEndpoint
I get the following error:The text was updated successfully, but these errors were encountered: