mantax559/laravel-cookie-consent

Laravel Cookie Consent

Maintainers

Package info

github.com/mantax559/laravel-cookie-consent

pkg:composer/mantax559/laravel-cookie-consent

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2026-05-19 15:47 UTC

This package is auto-updated.

Last update: 2026-05-19 15:48:40 UTC


README

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases) Packagist PHP from Packagist

Laravel Cookie Consent

Requirements

  • Xdebug - optional, required for code coverage analysis

Installation & Setup

You can install the package via composer:

composer require mantax559/laravel-cookie-consent

The package will automatically register its service provider.

Usage

See USAGE.md for more information about the package and examples.

Customisation

Config

You can optionally publish the config file with:

php artisan vendor:publish --provider="Mantax559\LaravelCookieConsent\Providers\AppServiceProvider" --tag=config

Publish assets:

php artisan vendor:publish --provider="Mantax559\LaravelCookieConsent\Providers\AppServiceProvider" --tag=laravel-assets

Testing

Run the test suite:

composer test

Coverage summary in the terminal:

composer test-coverage

For a browsable HTML report, generate files under coverage/ and open coverage/index.html in your browser:

composer test-coverage-html

Credits

License

This project is proprietary and confidential software. You are not permitted to copy, modify, distribute, sublicense, publish, sell, share, or use any part of this project without explicit written permission from the owner. Unauthorized access, usage, reproduction, or redistribution of this software, in whole or in part, is strictly prohibited.