devaslanphp / forumium

Fast, Clean, Easy to use and Open Source Forum to boost collaboration.
https://devaslanphp.github.io/forumium-docs
MIT License
171 stars 31 forks source link

Use users for an existent Laravel app on Fórum #8

Closed Geovanek closed 1 year ago

Geovanek commented 1 year ago

Is it possible to use a database and existing users of a laravel application to use these same users in the forum?

heloufir commented 1 year ago

Yes of course, you only need to have the same migration name for the users ...etc (the forum uses the laravel migrations for users), or you can delete/change the migration of the forum after clone it before executing the migrations in your database.

Or better, what I suggest is you clone the project, migrate your database, and then export your data and import them into the forumium database.