renatoneto/laravel4-cep

Consulta de CEP
10 1
Install
composer require renatoneto/laravel4-cep
PHP:>=5.4.0
License:MIT
Last Updated:Apr 2, 2014
Links: GitHub  ·  Packagist
Maintainer: renatoneto

Laravel Zipcode

Laravel Zipcode is a package to provide zipcode consult and validation.

Setup

Add the following line in the composer.json file

"renatoneto/laravel4-cep": "dev-master"

Run composer update command

Add the service provider in config/app.php

'providers' => array(

    'Illuminate\Foundation\Providers\ArtisanServiceProvider',
    'Illuminate\Auth\AuthServiceProvider',
    'Illuminate\Cache\CacheServiceProvider',
    'Illuminate\Session\CommandsServiceProvider',
    ...

    'Skape\Zipcode\ZipcodeServiceProvider',

),

...

Related Packages

robersonfaria/validation

Pacote Laravel para validações comuns ao Brasil(pt-BR) tipo: CNPJ,CPF,CEP,CNS

7,558 9
jose/test-package-laravel

This package has the objective to consult the CEP within one or more web APIs th...

9 0
canducci/zipcode

ZipCode From Brazil

56,112 45
otavio-araujo/filament-smart-cep

A FilamentPHP plugin that validates Brazilian postal codes (CEP) and automatical...

3,044 8