Skip to content

Instantly share code, notes, and snippets.

@robzlabz
Created July 1, 2020 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robzlabz/e5a27f7e2e2f48cb5be56ebd712b1ef2 to your computer and use it in GitHub Desktop.
Save robzlabz/e5a27f7e2e2f48cb5be56ebd712b1ef2 to your computer and use it in GitHub Desktop.
<?php
namespace {{ namespace }};
use {{ rootNamespace }}Http\Controllers\Controller;
use Illuminate\Http\Request;
class {{ class }} extends Controller
{
public function getRequest() {
// kode kamu disini
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment