lsnepomuceno / laravel-brazilian-ceps

Search CEPS easily on Laravel projects
MIT License
31 stars 3 forks source link

add Facade for CepService #1

Closed devatreides closed 1 year ago

devatreides commented 1 year ago

Adding facade to CepService::class. With this RP, the package will provide a new access for the features offered:

use LSNepomuceno\LaravelBrazilianCeps\Facades\CEP;

CEP::get('00000-000');
lsnepomuceno commented 1 year ago

Great job @tombenevides.

The inclusion of access to CepService via Facade was an implementation that was pending, thank you for your contribution.