Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created July 6, 2020 02:01
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 blogcacanid/dfd9ac5e1af376269a561ab7e7c664d5 to your computer and use it in GitHub Desktop.
Save blogcacanid/dfd9ac5e1af376269a561ab7e7c664d5 to your computer and use it in GitHub Desktop.
web.php
Route::get('/', function () {
return view('pegawai');
});
Route::resource('pegawai', 'PegawaiController');
Route::get('find-nip', ['uses'=>'PegawaiController@find_NIP', 'as'=>'find.nip']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment