marshmallow / mr-mallow
Speciale Mr Mallow functies
Requires
- php: ^7.4|^8.0
This package is auto-updated.
Last update: 2026-06-11 15:50:17 UTC
README
Mr Mallow
Speciale Mr Mallow functies — a small Laravel package that registers Mr Mallow helpers for use across Marshmallow projects.
Installation
Install the package via Composer:
composer require marshmallow/mr-mallow
The package is auto-discovered through Laravel package discovery, so no manual service provider or alias registration is required.
Optionally publish the config file:
php artisan vendor:publish --provider="Marshmallow\MrMallow\MrMallowServiceProvider"
This copies config/mr-mallow.php into your application's config directory.
Usage
The package registers a mr-mallow-ascii Blade component that renders the Marshmallow ASCII banner. Drop it into any Blade view:
<x-mr-mallow-ascii />
Testing
This package ships a PHP syntax check that runs in CI via the php-syntax-checker.yml workflow.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
If you discover any security related issues, please email stef@marshmallow.dev instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see the License File for more information.