https://github.com/matudelatower/ubicacion-bundle
Bundle Symfony para país, provincia y localidad con datos en fixtures de Argentina
https://github.com/matudelatower/ubicacion-bundle
argentina departamento fixtures localidades provincia symfony symfony-bundle
Last synced: about 2 months ago
JSON representation
Bundle Symfony para país, provincia y localidad con datos en fixtures de Argentina
- Host: GitHub
- URL: https://github.com/matudelatower/ubicacion-bundle
- Owner: matudelatower
- License: mit
- Created: 2016-05-02T21:09:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T21:10:14.000Z (over 7 years ago)
- Last Synced: 2025-01-30T21:29:25.469Z (4 months ago)
- Topics: argentina, departamento, fixtures, localidades, provincia, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://insight.sensiolabs.com/projects/bed70b5b-89fc-487b-bc8a-b48f0bdb079f)
[](https://packagist.org/packages/matudelatower/ubicacion-bundle)
[](https://packagist.org/packages/matudelatower/ubicacion-bundle)
[](https://packagist.org/packages/matudelatower/ubicacion-bundle)
[](https://packagist.org/packages/matudelatower/ubicacion-bundle)Installation
============Step 1: Download the Bundle
---------------------------Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:```bash
$ composer require matudelatower/ubicacion-bundle 2.0
```This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.Step 2: Enable the Bundle
-------------------------Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:```php
add('localidad', new MatudelatowerLocalidadType())```
and in your view include
```twig
{% include '@Ubicacion/Default/matudelatower_ubicacionbundle.js.twig' %}
```##Enjoy!
## TODO
- [x] País, provincia, departamento, localidad dependent combo widget.