PHP
How to change the host and port on the Laravel Artisan Serve command
Long story short, you have to override or create your own command. It has the default of localhost and port 8000 just like the original 'artisan serve' command, but the defaults can be overridden by values from your .env file. Here is the code. This ha...

Using Facebook/WebDriver and ChromeDriver
Have you ever needed to run a process through a browser every day? Holiday and weekends included. You didn't want to be tied to your computer to make this happen? Here is how I did just that.