Files
GSB-Construction/check_user.php
Impenggg 42ba980f7a
Some checks failed
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled
Tests / PHP 8.5 (push) Has been cancelled
feat: implement core material requisition, project management, and daily reporting modules with workflow validation and automated documentation support.
2026-08-01 15:38:57 +08:00

1 line
293 B
PHP

<?php require 'vendor/autoload.php'; \ = require 'bootstrap/app.php'; \->make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); foreach (App\Models\User::with('roles')->get() as \) { echo \->name . ' | ' . \->email . ' | Roles: ' . \->roles->pluck('name')->implode(',') . PHP_EOL; }