Skip to content

Commit

Permalink
Merge pull request #610 from TomHAnderson/hotfix/readme-diction
Browse files Browse the repository at this point in the history
3.0 Hotfix/readme diction
  • Loading branch information
TomHAnderson authored Oct 22, 2024
2 parents 8ce15bc + c21e2a1 commit c50f7a7
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ An integration library for Laravel and Doctrine ORM
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://app.gitter.im/#/room/#laravel-doctrine_community:gitter.im)
[![License](https://poser.pugx.org/laravel-doctrine/orm/license)](//packagist.org/packages/laravel-doctrine/orm)


Version 3.0 Notes
-----------------

Expand All @@ -28,13 +29,12 @@ Installation
Via composer:

```bash
composer require laravel-doctrine/orm ^3.0.0
composer require laravel-doctrine/orm
```

Because of the auto package discovery feature Laravel has, the ServiceProvider and Facades
are automatically registered.
The ServiceProvider and Facades are audodiscovered.

To publish the config use:
Publish the config:

```bash
php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\DoctrineServiceProvider"
Expand All @@ -44,28 +44,26 @@ php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\Doctri
Documentation
-------------

Full documentation is available at https://laravel-doctrine-orm-official.readthedocs.io
Full documentation at https://laravel-doctrine-orm-official.readthedocs.io
or in the docs directory.


Features
--------

* Easy configuration
* Pre-configured metadata, connections and caching
* Support for multiple entity managers and connections
* Laravel naming strategy
* Pagination
* Simple authentication implementation
* Password reminders implementation
* Doctrine console commands
* DoctrineExtensions supported
* Pagination
* Support for multiple entity managers and connections
* Laravel naming strategy
* Timestamps and SoftDelete listeners
* Extendable: extend or add your own drivers for metadata, connections or cache
* Simple authentication
* Pre-configured metadata, connections, and caching
* Password reminders


License
-------

See [LICENSE](https://github.com/laravel-doctrine/orm/blob/master/LICENSE).

0 comments on commit c50f7a7

Please sign in to comment.