File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414
1515* A fluent mapping driver for Doctrine2*
1616
17+ ```
18+ composer require laravel-doctrine/fluent
19+ ```
20+
1721This mapping driver allows you to manage your mappings in an Object Oriented approach, separating your entities
1822from your mapping configuration without the need for configuration files like XML or YAML.
1923This is done by implementing the ` LaravelDoctrine\Fluent\Mapping ` interface, or extending the abstract classes
2024provided with this package for an easier use:
2125` LaravelDoctrine\Fluent\EntityMapping ` , ` LaravelDoctrine\Fluent\EmbeddableMapping ` or ` MappedSuperClassMapping ` .
2226
23-
2427This package provides a fluent Builder over Doctrine's ` ClassMetadataBuilder ` , aimed at easing usage of
2528Doctrine's mapping concepts in Laravel. The builder adds syntax sugar and implements the same grammar that you
2629might use in Laravel migrations.
You can’t perform that action at this time.
0 commit comments