for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
class ApiKeyController extends Controller
{
/**
* ApiKeyController constructor.
*/
public function __construct()
}
public function makeKey()
public function regenerateKey()
public function revokeKey()