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
This package offers fully blog database tables as well as preset models with relations, scopes and seeders.
9
+
This package is a blogging database with maxed out models, migrations and seeders to help get you setup. After the package is installed the only thing you have to do is add the `Chrisjk123\Blogger\Traits\User\HasPosts` trait to an Eloquent model to associate the users.
10
10
11
11
Here are some code examples:
12
12
@@ -89,10 +89,23 @@ You can publish the seeder with:
0 commit comments