lambdadigamma/mm-feeds

A package providing feeds for the Mein Moers platform.

0.1.2 2024-04-13 15:45 UTC

This package is auto-updated.

Last update: 2024-04-13 15:47:41 UTC


README

mm-feeds

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Handle feeds for Mein Moers

A package providing feeds for the Mein Moers platform.

Installation

You can install the package via composer:

composer require lambdadigamma/mm-feeds

You can publish and run the migrations with:

php artisan vendor:publish --provider="LambdaDigamma\MMFeeds\MMFeedsServiceProvider" --tag="migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --provider="LambdaDigamma\MMFeeds\MMFeedsServiceProvider" --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