quantumh / laravel-regions
Add regions and regionable behaviour to your Laravel app
v2.0.4
2023-02-16 23:32 UTC
Requires
- php: ^8.0
- laravel/framework: ^8.0|^9.0|^10.0
- spatie/laravel-package-tools: ^1.11
Requires (Dev)
- orchestra/testbench: ^6.13|^7.0
- phpunit/phpunit: ^9.5.2
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