PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of ángel cruz   PHP Uruguay Noma   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Uruguay Noma
Query data about locations in Uruguay
Author: By
Last change:
Date: 3 years ago
Size: 1,394 bytes
 

Contents

Class file image Download

Comando para crear una tabla con los datos de departamentos y localidades de Uruguay

Latest Version on Packagist Total Downloads

instalacion

usando composer

composer require abr4xas/uruguay-noma

publica las migraciones y los archivos necesarios:

php artisan vendor:publish --provider="Abr4xas\UruguayNoma\UruguayNomaServiceProvider" --tag="csv"
php artisan vendor:publish --provider="Abr4xas\UruguayNoma\UruguayNomaServiceProvider" --tag="models"
php artisan vendor:publish --provider="Abr4xas\UruguayNoma\UruguayNomaServiceProvider" --tag="migrations"
php artisan migrate

uso

simplemente ejecuta este comando:

php artisan uruguay-noma

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.