Download the PHP package hichxm/laravel-phones without Composer
On this page you can find all versions of the php package hichxm/laravel-phones. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hichxm/laravel-phones
More information about hichxm/laravel-phones
Files in hichxm/laravel-phones
Package laravel-phones
Short Description Laravel sortable packages for Laravel ecosystem by Hichxm
License MIT
Homepage https://github.com/hichxm/laravel-sortable
Informations about the package laravel-phones
Laravel Phones
Laravel Phones is a package that provides a simple way to manage phones numbers related to models in your Laravel application.
Installation
You can install the package via composer:
You can publish the config file with:
You need to publish and run the migrations with:
After the migration has been published you can create the phones table by running the migrations:
Usage
First, add the HasPhones
trait to the model you want to associate phones.
Then, you can use the phones
relationship to manage the phones numbers.
You can also use the phones
relationship to retrieve the phones numbers.
Methods and Relations
HasPhones
methods and relations
List of methods available when using the
HasPhones
trait.
Relation : phones(): MorphMany
Get the phones relationship ordered.
Relation : unorderedPhones(): MorphMany
Get the phones relationship without any order.
Method : addPhone($number, $countries = [], $type = null): Phone
Add a phone number to the model.
Method : getPhones($type = null): Collection|Phone[]
Get the phones numbers related to the model.
Method : getFirstPhone($type = null): Phone
Get the first phone number related to the model.
Testing
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-phones with dependencies
hichxm/laravel-sortable Version ^1.0.2
illuminate/database Version ^9.0|^10.0|^11.0
nesbot/carbon Version ^2.63|^3.0
propaganistas/laravel-phone Version ^4.0|^5.0
spatie/laravel-package-tools Version ^1.16.4