How to run CREATE DATABASE command on LIVE Laravel site through get request
Background: I've inherited a Laravel PHP codebase and needed to make some minor changes. I added a page with a button that invokes this method below to create a database on the fly. This works on my machine in dev,…