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

faacsilva/buscacep

Componente para Laravel que realiza a consulta de endereços apartir do CEP, usan...

9 0
zizaco/cep-consult

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

2,716 23
cagartner/correios-consulta

Package para pesquisa de serviços de busca por cep, calculo de frete e etc, dire...

303,115 155
canducci/zipcode

ZipCode From Brazil

56,275 45