use Illuminate\Support\Facades\Route;
use Deegitalbe\LaravelTrustupIoAuthentification\Http\Middleware\TrustUpIoAuthMiddleware;
Route::middleware(TrustUpIoAuthMiddleware::class)->group(function() {
// Your restricted routes ...
});
Route::middleware(TrustUpIoAuthMiddleware::class.':Super Admin|Translator')->group(function() {
// Your restricted routes only accessible by super admins or translators ...
});
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.