@@ -14,6 +14,7 @@ An integration library for Laravel and Doctrine ORM
1414[ ![ Gitter] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://app.gitter.im/#/room/#laravel-doctrine_community:gitter.im )
1515[ ![ License] ( https://poser.pugx.org/laravel-doctrine/orm/license )] ( //packagist.org/packages/laravel-doctrine/orm )
1616
17+
1718Version 3.0 Notes
1819-----------------
1920
@@ -28,13 +29,12 @@ Installation
2829Via composer:
2930
3031``` bash
31- composer require laravel-doctrine/orm ^3.0.0
32+ composer require laravel-doctrine/orm
3233```
3334
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.
3636
37- To publish the config use :
37+ Publish the config:
3838
3939``` bash
4040php artisan vendor:publish --tag=" config" --provider=" LaravelDoctrine\ORM\DoctrineServiceProvider"
@@ -44,28 +44,26 @@ php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\Doctri
4444Documentation
4545-------------
4646
47- Full documentation is available at https://laravel-doctrine-orm-official.readthedocs.io
47+ Full documentation at https://laravel-doctrine-orm-official.readthedocs.io
4848or in the docs directory.
4949
5050
5151Features
5252--------
5353
5454* 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
6155* Doctrine console commands
6256* DoctrineExtensions supported
57+ * Pagination
58+ * Support for multiple entity managers and connections
59+ * Laravel naming strategy
6360* 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
6564
6665
6766License
6867-------
6968
7069See [ LICENSE] ( https://github.com/laravel-doctrine/orm/blob/master/LICENSE ) .
71-
0 commit comments