How can I check if my Laravel homepage is up and running with cURL?
I am trying to do an uptime check of my Laravel application. Essentially, I want to be able to login, and check that the home pages has loaded successfully via curl or similar. I am using the below curl command:…