PHPackages                             tjgazel/laravel-accept-cookies - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tjgazel/laravel-accept-cookies

ActivePackage[Utility &amp; Helpers](/categories/utility)

tjgazel/laravel-accept-cookies
==============================

Pop-up cookie acceptance terms for Laravel 5.5+

v1.0.1(5y ago)0132MITPHP

Since Jan 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/tjgazel/laravel-accept-cookies)[ Packagist](https://packagist.org/packages/tjgazel/laravel-accept-cookies)[ Docs](https://github.com/tjgazel/laravel-accept-cookies)[ RSS](/packages/tjgazel-laravel-accept-cookies/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (3)Used By (0)

Pop-up cookie acceptance terms for Laravel 5.5+, 6, 7, 8
========================================================

[](#pop-up-cookie-acceptance-terms-for-laravel-55-6-7-8)

[![Latest Stable Version](https://camo.githubusercontent.com/51b2203a417b3ac416881dda85441ea54905f458c2d746154f3f1e06c93cc6bd/68747470733a2f2f706f7365722e707567782e6f72672f746a67617a656c2f6c61726176656c2d6163636570742d636f6f6b6965732f762f737461626c65)](https://packagist.org/packages/tjgazel/laravel-accept-cookies)[![License](https://camo.githubusercontent.com/b49f3eade5830f91f14ef408d73aa4a862745063a9eaf85d319cec7a04ed147f/68747470733a2f2f706f7365722e707567782e6f72672f746a67617a656c2f6c61726176656c2d6163636570742d636f6f6b6965732f6c6963656e7365)](https://github.com/tjgazel/laravel-accept-cookies/blob/master/LICENSE)[![Total Downloads](https://camo.githubusercontent.com/bb6cae1e5923a208bc84fc6f9bd7f54f777f5774072aa6c135e4fccec8d76537/68747470733a2f2f706f7365722e707567782e6f72672f746a67617a656c2f6c61726176656c2d6163636570742d636f6f6b6965732f646f776e6c6f616473)](https://packagist.org/packages/tjgazel/laravel-accept-cookies)

[![](Screenshot.png)](Screenshot.png)

- Dependencies
    - Boostrap 4
    - JQuery 3
- [installation and configuration](#instalation)
- [Tanks](#tanks)

> See examples in:
>
>
>

installation and configuration
------------------------------

[](#installation-and-configuration)

**1)** Run `composer require tjgazel/laravel-accept-cookies` to include this in your project. Will automatically discover the provider and the alias.

**2)** Run `php artisan vendor:publish --provider="TJGazel\Laravel\AcceptCookies\AcceptCookiesProvider" --tag="accept-cookies:config"`to publish the config file in `config/accept-cookies.php`.

```
