mikebronner / nova-gutenberg

Implementation of the Gutenberg editor as a Laravel Nova Field based on Laraberg.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions are incomplete

alexsotir opened this issue · comments

The command mentioned in your documentation does not work.
php artisan vendor:publish --tags=lfm_config - does not work.
php artisan vendor:publish --tag=lfm_config - does work

Also you need to run:
php artisam migrate

This will create the lb_contents and lb_blocks tables.
Without that you will get an error everytime you click something.

commented

Do this php artisan vendor:publish and choose the one you want. Had the same problem, getting message that --tags doesn't exist ;)

@alexsotir Sorry I missed this. I will check what's going on.

@alexsotir @Basdl76 I see what happened here. Changing tags to tag fixes it. Sorry for the typo. I have updated the readme.