Skip to content

Commit

Permalink
Updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Flobbo authored and Flobbo committed Mar 20, 2019
1 parent 9638001 commit d923a5c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ Flobbos\LaravelCM\LaravelCMServiceProvider::class,

### Publish configuration file

Laravel 5.*
This step is very important because it publishes the NewsletterTemplate model
to the App folder so you can set your own fillable fields as well as
relationships you may need. The template generator needs to have this model
present otherwise you will receive an error.

```bash
php artisan vendor:publish
```
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Version History

### v. 0.1.0

- NewsletterTemplate model now gets published for added flexibility
- This is a breaking change!

### v. 0.0.9

- added support for Maatwebsite/Excel 3.1

### v. 0.0.2

- first working release (hopefully)
Expand Down

0 comments on commit d923a5c

Please sign in to comment.