Open svenboogaart opened 9 years ago
Same shit. Please, help with this problem
Try php artisan vendor:publish
for laravel 5.6: php artisan vendor:publish --tag="vinelab/laravel-editor"
provider: Vinelab\Editor\EditorServiceProvider::class,
alias: 'Editor' => Vinelab\Editor\Facade\Editor::class,
When i try to run php artisan asset:publish vinelab/laravel-editor i get the following error:
There are no commands defined in the asset namespace, I have run all other commands given in the docs without any errors. Note im using laravel 5