We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdbf35 commit 26071acCopy full SHA for 26071ac
docs/eloquent-models/schema-builder.txt
@@ -69,7 +69,7 @@ following changes to perform the schema changes on your MongoDB database:
69
70
If your default database connection is set to anything other than your
71
MongoDB database, update the following items so that PHP artisan performs
72
- the migration on the correct database::
+ the migration on the correct database:
73
74
- Specify ``mongodb`` in the ``$connection`` field of your migration class
75
- Set ``DB_CONNECTION=mongodb`` in your ``.env`` configuration file
0 commit comments