Programmer Lab
Home
PHP | Mysql | Laravel
Post Question
Doctrine
doctrine
Install doctrine in laravel?
January 4, 2017
9 Comments
composer require "laravel-doctrine/migrations:1.0.*" After updating composer, add the ServiceProvider to the providers array in
[...]