quantumh/laravel-regions

Add regions and regionable behaviour to your Laravel app

Maintainers

Package info

bitbucket.org/Quantum-h/component-laravel-regions

Homepage

pkg:composer/quantumh/laravel-regions

Statistics

Installs: 83 674

Dependents: 0

Suggesters: 0

v2.0.5 2026-02-10 11:18 UTC

README

Credits

  • [Carlos Rodriguez]
  • [David Vazquez]

Installation

You can install the package via composer:

composer require quamtumh/laravel-regions

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Quantumh\Regions\RegionsServiceProvide" --tag="tags-migrations"

After the migration has been published you can create the regions and regionables tables by running the migrations:

php artisan migrate

You can optionally publish the config file with:

php artisan vendor:publish --provider="Quantumh\Regions\RegionsServiceProvide" --tag="tags-config"

License

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