Skip to content

Instantly share code, notes, and snippets.

@sulemani39
Created August 2, 2025 08:04
Show Gist options
  • Save sulemani39/0c17d1015ac829a069129f5288c58c82 to your computer and use it in GitHub Desktop.
Save sulemani39/0c17d1015ac829a069129f5288c58c82 to your computer and use it in GitHub Desktop.
use App\Http\Controllers\SiswaController;
Route::get('/siswa', [SiswaController::class, 'index']);
Route::get('/siswa/{id}', [SiswaController::class, 'detail']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment