Custom Database Storage
By default Laravel Love uses default application database connection, but it could be changed in config love.storage.database.connection value.
You may export configuration file using the php artisan vendor:publish --tag=love-config command.
This option affects on these models:
ReactionTypeReactionReacterReactantReactionCounterReactionTotal
This configuration doesn't affect on models with
Reacterable&Reactabletraits because they are located on the application level.
Updated over 5 years ago
