@@ -14,6 +14,7 @@ An integration library for Laravel and Doctrine ORM
14
14
[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://app.gitter.im/#/room/#laravel-doctrine_community:gitter.im )
15
15
[ ![ License] ( https://poser.pugx.org/laravel-doctrine/orm/license )] ( //packagist.org/packages/laravel-doctrine/orm )
16
16
17
+
17
18
Version 3.0 Notes
18
19
-----------------
19
20
@@ -28,13 +29,12 @@ Installation
28
29
Via composer:
29
30
30
31
``` bash
31
- composer require laravel-doctrine/orm ^3.0.0
32
+ composer require laravel-doctrine/orm
32
33
```
33
34
34
- Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
35
- are automatically registered.
35
+ The ServiceProvider and Facades are audodiscovered.
36
36
37
- To publish the config use :
37
+ Publish the config:
38
38
39
39
``` bash
40
40
php artisan vendor:publish --tag=" config" --provider=" LaravelDoctrine\ORM\DoctrineServiceProvider"
@@ -44,28 +44,26 @@ php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\Doctri
44
44
Documentation
45
45
-------------
46
46
47
- Full documentation is available at https://laravel-doctrine-orm-official.readthedocs.io
47
+ Full documentation at https://laravel-doctrine-orm-official.readthedocs.io
48
48
or in the docs directory.
49
49
50
50
51
51
Features
52
52
--------
53
53
54
54
* Easy configuration
55
- * Pre-configured metadata, connections and caching
56
- * Support for multiple entity managers and connections
57
- * Laravel naming strategy
58
- * Pagination
59
- * Simple authentication implementation
60
- * Password reminders implementation
61
55
* Doctrine console commands
62
56
* DoctrineExtensions supported
57
+ * Pagination
58
+ * Support for multiple entity managers and connections
59
+ * Laravel naming strategy
63
60
* Timestamps and SoftDelete listeners
64
- * Extendable: extend or add your own drivers for metadata, connections or cache
61
+ * Simple authentication
62
+ * Pre-configured metadata, connections, and caching
63
+ * Password reminders
65
64
66
65
67
66
License
68
67
-------
69
68
70
69
See [ LICENSE] ( https://github.com/laravel-doctrine/orm/blob/master/LICENSE ) .
71
-
0 commit comments