1. Go to this page and download the library: Download qafeen/aadhaar library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
return Validator::make($data, [
'aadhaarId' => 'unique:users,aadhaar_id|valid_aadhaar',
], [
'aadhaarId.unique' => 'Aadhaar id is already been used for registration.',
'valid_aadhaar' => 'Please check if your aadhaar id, pincode or name is valid as per your aadhaar card.',
]);
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.