Laravel 5 & existing database

Hi,

I have an existing database and I want to generate Laravel migrations from it. I decided to use the “Laravel Migrations Generator” below, but I didn’t understand a part of it.

It says “Next, add the following service providers:”

Where I am supposed to add these?

'Way\Generators\GeneratorsServiceProvider',
'Xethron\MigrationsGenerator\MigrationsGeneratorServiceProvider',

In the config/app.php file there is an array called ‘providers’. Add them to the end of the list.

1 Like

Thank you. :smile:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.