for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Laravel\Forge\Services\Commands;
class UninstallServiceCommand extends ServiceCommand
{
/**
* HTTP request method.
*
* @return string
*/
public function requestMethod()
return 'DELETE';
}
* @{inheritdoc}
public function command()
return 'remove';
public function runnable()
return $this->getService()->uninstallable();