Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricewijnia committed Mar 20, 2019
1 parent 326fde6 commit 84fe30b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
@@ -1,7 +1,5 @@


# <img height="300px" src="./logo-text.svg"> <!-- omit in toc -->
A Gutenberg implementation for Laravel
Laraberg aims to provide an easy way to integrate the Gutenberg editor with your Laravel projects. It is built on top of the [GutenbergJS](https://github.com/front/gutenberg-js) project, implements all the necessary communication and adds an easy to use API.

# Table of Contents <!-- omit in toc -->
- [Installation](#installation)
Expand Down Expand Up @@ -40,7 +38,7 @@ To copy the required JS, CSS and config files to your project.
In order to store the data for the Gutenberg editor, Laraberg needs to run a database migration:

```
php artisan:migrate
php artisan migrate
```

This will create the 'lb_contents' and 'lb_blocks' tables.
Expand Down
2 changes: 1 addition & 1 deletion public/js/laraberg.js.map

Large diffs are not rendered by default.

0 comments on commit 84fe30b

Please sign in to comment.