Open jimtaylor123 opened 3 years ago
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()
at vendor/johnylemon/laravel-apidocs/src/Console/Commands/Make.php at line 46 replace stub to $this->stub
When running php artisan command
php artisan apidocs:endpoint SampleEndpoint
I get the following error: