%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/hr/api/routes/api/v1/
Upload File :
Create Path :
Current File : /var/www/html/hr/api/routes/api/v1/configurations.php

<?php

use App\Models\Module;
use Illuminate\Support\Facades\Route;

Route::group([
    'middleware' => [
        'auth:api',
        'role:ADMIN|HR',
        'module:' . Module::CONFIGURATIONS_MODULE,
    ],
], function () {

    Route::resource('configurations', 'ConfigurationsController')
         ->only([
             'index',
             'update',
         ]);

});

Zerion Mini Shell 1.0