You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-17Lines changed: 27 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
-
# Very short description of the package
1
+
# Add blog database tables to a Laravel app
2
2
3
3
[](https://packagist.org/packages/chrisjk123/blogger)
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
8
+
9
+
This package offers fully blog database tables as well as preset models with relations, scopes and seeders.
10
+
11
+
## Requirements
12
+
13
+
This package requires Laravel 5.8 or higher, PHP 7.2 or higher and a database that supports json fields and MySQL compatible functions.
9
14
10
15
## Installation
11
16
@@ -15,29 +20,38 @@ You can install the package via composer:
0 commit comments