Package Data | |
---|---|
Maintainer Username: | renatoneto |
Maintainer Contact: | skapemr@gmail.com (Renato Neto) |
Package Create Date: | 2014-04-01 |
Package Last Update: | 2014-04-02 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:11:30 |
Package Statistics | |
---|---|
Total Downloads: | 10 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel Zipcode is a package to provide zipcode consult and validation.
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',
),
...