v2.0.0
This package now support different strategies and can store multiple referrer values.
Upgrade Guide
- Replace
Referrer::get()
withReferrer::getSources()
- Add the
strategy
key to your config file. - Use:
->getFirst
,->getLast
,->getOldest
or->getLatest
to retreive a single source.