Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 63 | All time: 10,430 This week: 78 |
Version | License | PHP version | Categories | |||
laravel-phone-valida 1.0 | The PHP License | 5 | PHP 5, Libraries, Validation |
composer require kield-01/laravel-phone-validation
If You would like not to auto-discover this packages' ServiceProvider, You need to put this line into Your composer.json:
{
"extra": {
"laravel": {
"dont-discover": [
"kield-01/laravel-phone-validation"
]
}
}
}
If You have this package to be non-discoverable, then You would need to register its ServiceProvider in the app.php
:
<?php
return [
'providers' => [
KielD01\PhoneValidation\Providers\ValidationServiceProvider::class,
]
];
Files (6) |
File | Role | Description | ||
---|---|---|---|---|
src (2 directories) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
README.md | Doc. | Read me |
Files (6) | / | src | / | Enum |
File | Role | Description |
---|---|---|
PhoneRegex.php | Class | Class source |
PhoneRules.php | Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
laravel-phone-valida-2023-01-04.zip 18KB | |
laravel-phone-valida-2023-01-04.tar.gz 17KB | |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.