| Recommend this page to a friend! | 
| Info | Documentation | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 63 | All time:  10,443 This week: 54 | ||||
| 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,    
    ]   
];
| File | Role | Description | ||
|---|---|---|---|---|
| Data | Auxiliary data | |||
| Data | Auxiliary data | |||
| Doc. | Read me | |||
| / | src | / | Enum | 
| File | Role | Description | 
|---|---|---|
|    | 
Class | Class source | 
|    | 
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. | 
| 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.