mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
15 lines
608 B
Plaintext
15 lines
608 B
Plaintext
<bg=yellow></>
|
|
<bg=yellow> This bundle is Abandoned: use odolbeau/phone-number-bundle instead </>
|
|
|
|
composer remove misd/phone-number-bundle --no-scripts
|
|
composer require odolbeau/phone-number-bundle
|
|
|
|
<bg=green;fg=white></>
|
|
<bg=green;fg=white> You now can use the phone bundle as described here: </>
|
|
<bg=green;fg=white> https://github.com/misd-service-development/phone-number-bundle#usage </>
|
|
<bg=green;fg=white> The Doctrine configuration has been already done.</>
|
|
<bg=green;fg=white> You now can use `phone_number` as an ORM-Type: </>
|
|
|
|
/** @ORM\Column(type="phone_number") */
|
|
private $phoneNumber;
|