EVOLUTION-MANAGER
Edit File: web.php
<?php return [ /* |-------------------------------------------------------------------------- | Web verification |-------------------------------------------------------------------------- | | This array will be used to match incoming HTTP requests against your | web endpoint, to see if the request should match the web driver. | */ 'matchingData' => [ 'driver' => 'web', ], ];