lambdadigamma / mm-feeds
A package providing feeds for the Mein Moers platform.
Fund package maintenance!
Other
Requires
- php: ^8.2 || ^8.3 || ^8.4
- illuminate/contracts: ^10.0 || ^11.0
- joelbutcher/laravel-archivable: ^1.2
- lambdadigamma/laravel-publishable: ^1.0.0
- laravel-json-api/laravel: ^2.0 || ^3.0 || ^4.0 || ^5.0
- spatie/laravel-json-api-paginate: ^1.11
- spatie/laravel-medialibrary: ^10.0 || ^11.0
- spatie/laravel-query-builder: ^6.0
- spatie/laravel-translatable: ^5.0 || ^6.0
Requires (Dev)
- fakerphp/faker: ^1.13
- laravel/framework: 11.*
- nesbot/carbon: ^3.8.4
- orchestra/testbench: 9.*
- pestphp/pest: ^3.0
- pestphp/pest-plugin-faker: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- spatie/laravel-ray: ^1.17
README
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.