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
@@ -249,8 +250,6 @@ Alternatively, you can always install the package with `composer install toraman
249
250
250
251
# Configuration
251
252
252
-
There's very little configuration required for using this tool.
253
-
254
253
## `database.model_paths`
255
254
256
255
An `array` of paths relative to the project directory where application models reside. The default is a single path the same as Laravel' default model path: `['app/Models']`
@@ -259,6 +258,10 @@ An `array` of paths relative to the project directory where application models r
259
258
260
259
This is a `boolean` value that controls, you guessed it, whether or not to infer the migration information automatically. What this means is basically, unless specified otherwise with an implication, none of the models, properties or methods are going to be inspected for migration information. If a property or method of a model has an implication, that model will also be inspected. The default is `true`.
These are `boolean` values that can be used to enable or disable implications. The implication names have to be in snake case as per Laravel's convention of configuration keys e.g. `database.implications.foreign_key`. This set to `true` by default for all the implications.
0 commit comments