repository pattern

This commit is contained in:
2024-02-13 13:11:11 +05:45
parent c391c71bc7
commit 574bf336df
15 changed files with 368 additions and 0 deletions

View File

@ -16,3 +16,4 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});