laravel-editor icon indicating copy to clipboard operation
laravel-editor copied to clipboard

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

Open svenboogaart opened this issue 9 years ago • 3 comments

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

svenboogaart avatar Jun 01 '15 22:06 svenboogaart

Same shit. Please, help with this problem

vanya2h avatar Sep 04 '16 09:09 vanya2h

Try php artisan vendor:publish

jelmervisser avatar Oct 17 '16 12:10 jelmervisser

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

provider: Vinelab\Editor\EditorServiceProvider::class,

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

a1lan1 avatar Aug 01 '18 08:08 a1lan1