Download the PHP package sebdd/laravel-doctrine without Composer
On this page you can find all versions of the php package sebdd/laravel-doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-doctrine
Laravel Doctrine
Doctrine implementation in laravel 5. Work in progress.
Installation
Usage
All you need to do is register the service provider in config/app.php
You can also optionally publish the configuration
If you're using the user provider, you'll also need to make sure auth.driver
is set to "doctrine" and auth.model
is correct.
Features
- [x] Entity Manager
- [x] Console commands
- [x] User provider
- [x] Basic configuration
- [ ] Test coverage
Configuration
user_provider
enabled bool (true) Registers a doctrine user provider
columns.identifier string ('id') The user identifier column
columns.remember_token string ('remember_token') The user remember_token column
All versions of laravel-doctrine with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
illuminate/console Version 5.*
illuminate/contracts Version 5.*
illuminate/support Version 5.*
doctrine/orm Version 2.5.*
symfony/console Version ~2.5
illuminate/console Version 5.*
illuminate/contracts Version 5.*
illuminate/support Version 5.*
doctrine/orm Version 2.5.*
symfony/console Version ~2.5
The package sebdd/laravel-doctrine contains the following files
Loading the files please wait ....