How to Implement Laravel Privacy Measures to Only Set Cookies After the User Authorizes the Use of Cookies By Manuel Lemos Many sites are now asking users if they can use cookies to track users that visit a site.

This request implementation usually works by showing a message on a page with a button that the users can click to tell the site they can use cookies.

This package implements a solution for this approach that will work in Laravel applications.