Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sibiling
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syaifur
sibiling
Commits
23b558a0
Commit
23b558a0
authored
Oct 09, 2024
by
syaifurplus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix location file download
parent
ff85d6d7
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
AlihtanganPengantarController.php
...dmin/Layanan/Alihtangan/AlihtanganPengantarController.php
+1
-1
AlihtanganRplController.php
...lers/Admin/Layanan/Alihtangan/AlihtanganRplController.php
+1
-1
IjinKeluarController.php
...ntrollers/Admin/Layanan/FormIjin/IjinKeluarController.php
+1
-1
IjinKeluarMasalController.php
...lers/Admin/Layanan/FormIjin/IjinKeluarMasalController.php
+1
-1
IjinMasukController.php
...ontrollers/Admin/Layanan/FormIjin/IjinMasukController.php
+1
-1
HomevisitEvaluasiController.php
...s/Admin/Layanan/Homevisit/HomevisitEvaluasiController.php
+1
-1
HomevisitRplController.php
...ollers/Admin/Layanan/Homevisit/HomevisitRplController.php
+1
-1
HomevisitTuController.php
...rollers/Admin/Layanan/Homevisit/HomevisitTuController.php
+1
-1
SKDipulangkanController.php
...ntrollers/Admin/Layanan/Surat/SKDipulangkanController.php
+1
-1
SPDaftarPTController.php
.../Controllers/Admin/Layanan/Surat/SPDaftarPTController.php
+1
-1
SPMundurController.php
...tp/Controllers/Admin/Layanan/Surat/SPMundurController.php
+1
-1
SPTataTertibController.php
...ontrollers/Admin/Layanan/Surat/SPTataTertibController.php
+1
-1
SUndangOrtuController.php
...Controllers/Admin/Layanan/Surat/SUndangOrtuController.php
+1
-1
KonferensiBeritaAcaraController.php
...in/Layanan/konferensi/KonferensiBeritaAcaraController.php
+1
-1
KonferensiRPLController.php
...lers/Admin/Layanan/konferensi/KonferensiRPLController.php
+1
-1
No files found.
app/Http/Controllers/Admin/Layanan/Alihtangan/AlihtanganPengantarController.php
View file @
23b558a0
...
@@ -172,7 +172,7 @@ public function __construct()
...
@@ -172,7 +172,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
}
}
app/Http/Controllers/Admin/Layanan/Alihtangan/AlihtanganRplController.php
View file @
23b558a0
...
@@ -125,7 +125,7 @@ public function __construct()
...
@@ -125,7 +125,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
}
}
app/Http/Controllers/Admin/Layanan/FormIjin/IjinKeluarController.php
View file @
23b558a0
...
@@ -176,7 +176,7 @@ public function __construct()
...
@@ -176,7 +176,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataIjinKeluar);
// dd($dataIjinKeluar);
}
}
...
...
app/Http/Controllers/Admin/Layanan/FormIjin/IjinKeluarMasalController.php
View file @
23b558a0
...
@@ -167,7 +167,7 @@ public function __construct()
...
@@ -167,7 +167,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
}
}
public
function
update
(
Request
$request
,
$id
)
public
function
update
(
Request
$request
,
$id
)
...
...
app/Http/Controllers/Admin/Layanan/FormIjin/IjinMasukController.php
View file @
23b558a0
...
@@ -166,7 +166,7 @@ public function __construct()
...
@@ -166,7 +166,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataijinMasuk);
// dd($dataijinMasuk);
}
}
...
...
app/Http/Controllers/Admin/Layanan/Homevisit/HomevisitEvaluasiController.php
View file @
23b558a0
...
@@ -214,7 +214,7 @@ public function __construct()
...
@@ -214,7 +214,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
}
}
app/Http/Controllers/Admin/Layanan/Homevisit/HomevisitRplController.php
View file @
23b558a0
...
@@ -140,7 +140,7 @@ public function __construct()
...
@@ -140,7 +140,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
}
}
app/Http/Controllers/Admin/Layanan/Homevisit/HomevisitTuController.php
View file @
23b558a0
...
@@ -151,7 +151,7 @@ public function __construct()
...
@@ -151,7 +151,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
}
}
app/Http/Controllers/Admin/Layanan/Surat/SKDipulangkanController.php
View file @
23b558a0
...
@@ -171,7 +171,7 @@ public function __construct()
...
@@ -171,7 +171,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($datadipulangkan);
// dd($datadipulangkan);
}
}
...
...
app/Http/Controllers/Admin/Layanan/Surat/SPDaftarPTController.php
View file @
23b558a0
...
@@ -181,7 +181,7 @@ public function __construct()
...
@@ -181,7 +181,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
...
...
app/Http/Controllers/Admin/Layanan/Surat/SPMundurController.php
View file @
23b558a0
...
@@ -227,7 +227,7 @@ public function __construct()
...
@@ -227,7 +227,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($datamundur);
// dd($datamundur);
}
}
...
...
app/Http/Controllers/Admin/Layanan/Surat/SPTataTertibController.php
View file @
23b558a0
...
@@ -220,7 +220,7 @@ public function __construct()
...
@@ -220,7 +220,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataTartib);
// dd($dataTartib);
}
}
...
...
app/Http/Controllers/Admin/Layanan/Surat/SUndangOrtuController.php
View file @
23b558a0
...
@@ -192,7 +192,7 @@ public function __construct()
...
@@ -192,7 +192,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($dataUndangOrtu);
// dd($dataUndangOrtu);
}
}
...
...
app/Http/Controllers/Admin/Layanan/konferensi/KonferensiBeritaAcaraController.php
View file @
23b558a0
...
@@ -233,7 +233,7 @@ public function __construct()
...
@@ -233,7 +233,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($datamundur);
// dd($datamundur);
}
}
}
}
app/Http/Controllers/Admin/Layanan/konferensi/KonferensiRPLController.php
View file @
23b558a0
...
@@ -128,7 +128,7 @@ public function __construct()
...
@@ -128,7 +128,7 @@ public function __construct()
// biar bisa dunlud
// biar bisa dunlud
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
$templateProcessor
->
saveAs
(
'tempor/'
.
$fileName
.
'.docx'
);
return
response
()
->
download
(
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
return
response
()
->
download
(
'tempor/'
.
$fileName
.
'.docx'
)
->
deleteFileAfterSend
(
true
);
// dd($datamundur);
// dd($datamundur);
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment