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

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 #65

Open
WEBronckhorst opened this issue Feb 13, 2022 · 0 comments

Comments

@WEBronckhorst
Copy link

WEBronckhorst commented Feb 13, 2022

`
Class "Laravel\Nova\Nova" not found

at vendor/emilianotisato/nova-tinymce/src/FieldServiceProvider.php:27
23▕ $this->publishes([
24▕ DIR.'/../config/nova-tinymce.php' => config_path('nova-tinymce.php'),
25▕ ], 'config');
26▕
➜ 27▕ Nova::serving(function (ServingNova $event) {
28▕ Nova::script('Nova-TinyMCE-tinymce', DIR.'/../dist/js/tinymce.js');
29▕ Nova::script('Nova-TinyMCE', DIR.'/../dist/js/field.js');
30▕ Nova::style('Nova-TinyMCE', DIR.'/../dist/css/field.css');
31▕ });

  +7 vendor frames 

8 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation{closure}(Object(Emilianotisato\NovaTinyMCE\FieldServiceProvider))

  +5 vendor frames 

14 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
`

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