mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 00:03:37 +08:00
Simple forum software for building great communities.
86fe1b34c4
Mostly, we only need a database connection, instead of one of Laravel's "connection resolvers". Again, this makes our life easier during installation, where we already instantiate a database connection. We can now use that to instantiate our own Migrator class, instead of using the IoC container to build one. |
||
---|---|---|
framework/core |