user create + db migrate

This commit is contained in:
Tony Murray
2020-06-06 17:03:32 -05:00
parent cc7902c084
commit d943df40db
15 changed files with 337 additions and 105 deletions

View File

@@ -29,8 +29,8 @@ use App\Http\Controllers\Controller;
class InstallationController extends Controller
{
public function __invoke()
public function invalid()
{
return 'install';
abort(404);
}
}