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
{{ message }}
This repository was archived by the owner on Jul 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,9 +108,13 @@ class Page extends Model
108
108
}
109
109
```
110
110
111
-
Next, ensure you already published the media migration files that ships with this package via `php artisan migrate`.
111
+
Next, publish the package's migration file using this command:
112
112
113
-
**Note:** Once this package has been installed, your app automatically picks up the migration files and creates the required tables in your DB the next time you run `php artisan migrate`.
0 commit comments