PHPackages                             josecaseiro/angolan-geo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. josecaseiro/angolan-geo

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

josecaseiro/angolan-geo
=======================

The angolan-geo Composer package is crafted to streamline the process of building models for Provincia (Provinces) and Municipio (Municipalities) in PHP applications, specifically tailored to the unique geographical structure of Angola. This package is a valuable asset for developers working on projects that demand accurate location-based information within the Angolan context.

1.1.3(1y ago)10423MITPHP

Since Feb 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/josecaseiro/angolan-geo)[ Packagist](https://packagist.org/packages/josecaseiro/angolan-geo)[ RSS](/packages/josecaseiro-angolan-geo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

Angolan Geo Package
===================

[](#angolan-geo-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/eefffb1a975ecdbd9f0ea0a045b9b9bef6ee6a0aa85fc7ef1148c24374bda52e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f73656361736569726f2f616e676f6c616e2d67656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/josecaseiro/angolan-geo)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e6bb5e433256a09c4531995699384a04b59cf426aa163127ab1c105379d8cb94/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f73656361736569726f2f616e676f6c616e2d67656f2f54657374733f6c6162656c3d7465737473)](https://github.com/josecaseiro/angolan-geo/actions)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/26e7c9a7c29e0ff525238f8fd25c563d96b4c33edf2b1f40dda896f6c5b5ca8c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f73656361736569726f2f616e676f6c616e2d67656f2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/josecaseiro/angolan-geo/actions)[![Total Downloads](https://camo.githubusercontent.com/adc13deb861a369912250b03122f1021b45c591b92a959c16b850021caf9d768/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f73656361736569726f2f616e676f6c616e2d67656f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/josecaseiro/angolan-geo)

AngolanGeo is a PHP Composer package that simplifies the process of creating and populating models for Provincia (Provinces) and Municipio (Municipalities) with accurate data of provinces and cities in Angola. This package is designed to seamlessly integrate with Laravel projects, providing an easy way to incorporate Angolan geographical information.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require josecaseiro/angolan-geo
```

After installing, you need to add the following line to the run method in your DatabaseSeeder file:

```
$this->call([ProvinciaSeeder::class]);
```

Your DatabaseSeeder under database\\seeders should look like this:

```
