This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NPA codes search: https://nationalnanpa.com/enas/npa_query.do | |
NPA code list: https://en.wikipedia.org/wiki/List_of_North_American_Numbering_Plan_area_codes | |
This lists potentially not complete, so not use them for critical fields. Check WIKI and nationalnanpa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Controller\Admin; | |
use App\Admin\Field\ControllerIndexField; | |
use EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection; | |
use EasyCorp\Bundle\EasyAdminBundle\Config\Action; | |
use EasyCorp\Bundle\EasyAdminBundle\Config\Actions; | |
use EasyCorp\Bundle\EasyAdminBundle\Config\Crud; | |
use EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore; |