propelorm / PropelLaravel

Propel 2 integration for Laravel framework
MIT License
30 stars 21 forks source link

Update README.md #25

Closed gattytto closed 5 years ago

gattytto commented 6 years ago

as stated in UPGRADE.md: Service providers

Now package use only one service provider PropelIntegrationServiceProvider and you must open your config/app.php file and replace:

Allboo\PropelLaravel\GeneratorServiceProvider::class,
Allboo\PropelLaravel\RuntimeServiceProvider::class,

with:

Propel\PropelLaravel\PropelIntegrationServiceProvider::class,
SCIF commented 5 years ago

Thanks @gattytto