WEBronckhorst
WEBronckhorst
` 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▕...
I am experiencing an issue when attempting to create a new subscription using the Laravel Cashier Mollie package. The error message returned is: ``` Error executing API call (422: Unprocessable...