Vinelab / laravel-editor

Markdown Text Editor (WYSIWYG) with social network embeds support and a nifty json output
53 stars 15 forks source link

php artisan asset:publish vinelab/laravel-editor not running #12

Open svenboogaart opened 9 years ago

svenboogaart commented 9 years ago

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

vanya2h commented 8 years ago

Same shit. Please, help with this problem

jelmervisser commented 8 years ago

Try php artisan vendor:publish

a1lan1 commented 6 years ago

for laravel 5.6: php artisan vendor:publish --tag="vinelab/laravel-editor"

provider: Vinelab\Editor\EditorServiceProvider::class,

alias: 'Editor' => Vinelab\Editor\Facade\Editor::class,