Adding our Logic Directly to our Form's Action | Creating a Simple Honeypot Field in Laravel
…e that fires when our form is submitted. To do this, we will pretty much just be copying and pasting our logic into our route file and removing the middleware: 1 <?php 2 3 use Illuminate \ Support \ Facades \ Route ; 4 5 Route :: get ( ' / ' ,...