lambdadigamma/mm-places

A package providing places for the Mein Moers platform.

0.0.7 2023-03-07 13:52 UTC

This package is auto-updated.

Last update: 2024-05-07 16:28:37 UTC


README

mm-places

Handle places for Mein Moers

Latest Version on Packagist GitHub Tests Action Status Total Downloads

A package providing places for the Mein Moers platform.

Installation

You can install the package via composer:

composer require lambdadigamma/mm-places

You can publish and run the migrations with:

php artisan vendor:publish --provider="LambdaDigamma\MMPlaces\MMPlacesServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="LambdaDigamma\MMPlaces\MMPlacesServiceProvider" --tag="config"

This is the contents of the published config file:

return [
];

Usage


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.