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
` 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. `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`
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▕ });
8 [internal]:0
Illuminate\Foundation\Application::Illuminate\Foundation{closure}(Object(Emilianotisato\NovaTinyMCE\FieldServiceProvider))
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.
`
The text was updated successfully, but these errors were encountered: