main
Ilham Wara Nugroho 2026-07-07 14:07:39 +07:00
parent 6adc8a13ed
commit fb08fb2afc
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -8,6 +8,7 @@ use App\Http\Controllers\Auth\CustomLoginController;
use App\Http\Controllers\Auth\CustomRegisterController;
Route::get('testPdf',function(){
dd(Hash::make('User123$'));
$phpWord = new \PhpOffice\PhpWord\PhpWord();