Skip to content
New issue

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

Error on Generating API HTML code #815

Open
AlexGh12 opened this issue Jul 13, 2021 · 0 comments
Open

Error on Generating API HTML code #815

AlexGh12 opened this issue Jul 13, 2021 · 0 comments

Comments

@AlexGh12
Copy link

Generating API HTML code

ErrorException

copy(resources/docs/js/all.js): failed to open stream: No such file or directory

at vendor/mpociot/laravel-apidoc-generator/src/Writing/Writer.php:266

    262|             mkdir($publicPath, 0777, true);
    263|             mkdir("{$publicPath}/css");
    264|             mkdir("{$publicPath}/js");
    265|         }
->  266|         copy("{$this->sourceOutputPath}/js/all.js", "{$publicPath}/js/all.js");
    267|         rcopy("{$this->sourceOutputPath}/images", "{$publicPath}/images");
    268|         rcopy("{$this->sourceOutputPath}/css", "{$publicPath}/css");
    269| 
    270|         if ($logo = $this->config->get('logo')) {

      +17 vendor frames 

18 artisan:37

  Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant