Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 487 Bytes

installation.md

File metadata and controls

20 lines (14 loc) · 487 Bytes

Ulrack ORM Extension - Installation

This package is meant as a plug-and-play extension to any Ulrack project. To start using this package, install it through composer by running:

composer require ulrack/orm-extension

After the package is installed, run the following command:

bin/application cache clear

After this is done, the extension should be up and running.

Further reading

Back to usage index

Databases to objects