merge develop to origin
This commit is contained in:
@@ -666,5 +666,6 @@ Route::prefix('role')
|
|||||||
|
|
||||||
Route::get('/test', function () {
|
Route::get('/test', function () {
|
||||||
$csvExporter = new \Laracsv\Export();
|
$csvExporter = new \Laracsv\Export();
|
||||||
|
|
||||||
$csvExporter->build(\App\Models\User::all(), ['id' => 'کد یکتا', 'username' => 'نام کاربری'])->download();
|
$csvExporter->build(\App\Models\User::all(), ['id' => 'کد یکتا', 'username' => 'نام کاربری'])->download();
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user