Apologies if this has been asked before, I am trying to build a phar for dsitribution that will ship with a migrated db.
I am trying to hide db:wipe from the command list when the application is called, I have added Illuminate\Database\Console\WipeCommand::class to either and then both of the hidden and remove arrays in commands.php with no luck
Apologies if this has been asked before, I am trying to build a phar for dsitribution that will ship with a migrated db.
I am trying to hide db:wipe from the command list when the application is called, I have added
Illuminate\Database\Console\WipeCommand::classto either and then both of thehiddenandremovearrays incommands.phpwith no luck