init backend presensi
This commit is contained in:
1
app/Modules/Students/Controllers/.gitkeep
Normal file
1
app/Modules/Students/Controllers/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# Students Module - Controllers
|
||||
1
app/Modules/Students/Entities/.gitkeep
Normal file
1
app/Modules/Students/Entities/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# Students Module - Entities
|
||||
1
app/Modules/Students/Models/.gitkeep
Normal file
1
app/Modules/Students/Models/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# Students Module - Models
|
||||
19
app/Modules/Students/Routes.php
Normal file
19
app/Modules/Students/Routes.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Students Module Routes
|
||||
*
|
||||
* This file is automatically loaded by ModuleLoader.
|
||||
* Define your student management routes here.
|
||||
*
|
||||
* @var RouteCollection $routes
|
||||
*/
|
||||
|
||||
// Example route structure (uncomment and modify as needed):
|
||||
// $routes->group('api/students', ['namespace' => 'App\Modules\Students\Controllers'], function($routes) {
|
||||
// $routes->get('/', 'StudentController::index');
|
||||
// $routes->get('(:num)', 'StudentController::show/$1');
|
||||
// $routes->post('/', 'StudentController::create');
|
||||
// $routes->put('(:num)', 'StudentController::update/$1');
|
||||
// $routes->delete('(:num)', 'StudentController::delete/$1');
|
||||
// });
|
||||
1
app/Modules/Students/Services/.gitkeep
Normal file
1
app/Modules/Students/Services/.gitkeep
Normal file
@@ -0,0 +1 @@
|
||||
# Students Module - Services
|
||||
Reference in New Issue
Block a user