I have a base of use of Laravel, however I have always used this by creating the tables by migrations.
I know how to consume data from a database in php too, but in this case I have to build the class for it.
I'm trying to make an application with Laravel that will consume data from an existing database, in this case what is the correct way to use this data in the application? Do I create the same migration if I were to create the existing database?