Skip to content

Instantly share code, notes, and snippets.

@sulemani39
Created August 2, 2025 08:20
Show Gist options
  • Save sulemani39/b44ecfb5a2c6ee86fdf607d0a40a5e7b to your computer and use it in GitHub Desktop.
Save sulemani39/b44ecfb5a2c6ee86fdf607d0a40a5e7b to your computer and use it in GitHub Desktop.
Route::get('/produk', [ProdukController::class, 'index']);
Route::post('/produk', [ProdukController::class, 'store']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment