tipoff / locations
Laravel Package for locations in markets
Fund package maintenance!
tipoff
Requires
- php: ^7.4|^8.0
- drewroberts/blog: ^4.5.4
- sixlive/nova-text-copy-field: ^1.5
- tipoff/authorization: ^2.8.6
- tipoff/laravel-google-api: ^2.1.1
- tipoff/support: ^2.1.5
Requires (Dev)
- tipoff/test-support: ^2.0.1
- dev-main
- 2.14.1
- 2.14.0
- 2.13
- 2.12.0
- 2.11.0
- 2.10.1
- 2.10.0
- 2.9.10
- 2.9.9
- 2.9.8
- 2.9.7
- 2.9.6
- 2.9.5
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-omnia/feature/129-minor-fixes
- dev-omnia/feature/#123_error_get_location_does_not_exists
- dev-omnia/feature/for_demo
This package is auto-updated.
Last update: 2024-10-20 13:00:39 UTC
README
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require tipoff/locations
You can publish the config file with:
php artisan vendor:publish --provider="Tipoff\Locations\LocationsServiceProvider" --tag="locations-config"
This is the contents of the published config file:
return [
];
Models
We include the following models:
List of Models
- GMB Detail
- GMB Hour
- Location
- Market
For each of these models, this package implements an authorization policy that extends the roles and permissions approach of the tipoff/authorization package. The policies for each model in this package are registered through the package and do not need to be registered manually.
The models also have Laravel Nova resources in this package and they are also registered through the package and do not need to be registered manually.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.