Laravel 5: Checking if the Script is Executing on a Windows Machine With windows_os
The windows_os helper function can be used to determine if the host server is running a Microsoft Windows® operating system. The function returns either true —if the server is running Windows®—or false —if the server is not running Windows®.The...