telegram : @iamdarkcomedy i am hacker

path :/home/bisorgosof24/public_html/Backup23122024

upload file:

List of files:

name file size edit permission action
.env2733 KBDecember 22 2024 06:20:070644
404.html58370 KBNovember 20 2024 15:32:220644
502.html58368 KBNovember 20 2024 15:32:220644
Modules-December 11 2024 21:02:560755
README.md4158 KBFebruary 14 2023 12:31:560644
app-December 11 2024 17:57:480755
artisan1686 KBFebruary 14 2023 12:31:560644
bootstrap-December 11 2024 20:23:360755
composer.json3761 KBDecember 11 2024 22:15:000644
composer.lock512048 KBDecember 11 2024 22:13:280644
config-June 15 2025 02:09:360755
database-December 05 2024 20:18:120755
dfsdf dfds fd fds findex.html1420 KBNovember 20 2024 15:32:240644
error_log16718642 KBJuly 18 2025 18:18:580644
firoz-December 23 2024 13:24:460755
index.php1667 KBDecember 14 2024 05:20:360644
lang-December 11 2024 21:02:480755
modules_statuses.json472 KBNovember 20 2024 15:32:240644
mpos-March 31 2025 02:36:310755
package.json226 KBFebruary 14 2023 12:31:560644
phpunit.xml1146 KBFebruary 14 2023 12:31:560644
public-March 31 2025 02:36:310755
resources-December 11 2024 21:10:220755
routes-June 15 2025 02:09:310755
storage-December 11 2024 21:12:440755
tests-December 05 2024 20:18:120755
vendor-December 11 2024 22:13:300755
vite.config.js263 KBFebruary 14 2023 12:31:560644

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 227

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 228

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 229

Warning: Cannot modify header information - headers already sent by (output started at /home/bisorgosof24/public_html/Backup23122024/config/mariju.php:171) in /home/bisorgosof24/public_html/Backup23122024/config/mariju.php on line 230
# Laravel DataTables CHANGELOG [![Latest Stable Version](https://poser.pugx.org/yajra/laravel-datatables-oracle/v/stable.png)](https://packagist.org/packages/yajra/laravel-datatables-oracle) [![Total Downloads](https://poser.pugx.org/yajra/laravel-datatables-oracle/downloads.png)](https://packagist.org/packages/yajra/laravel-datatables-oracle) [![Build Status](https://travis-ci.org/yajra/laravel-datatables.png?branch=master)](https://travis-ci.org/yajra/laravel-datatables) [![Latest Unstable Version](https://poser.pugx.org/yajra/laravel-datatables-oracle/v/unstable.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle) [![License](https://poser.pugx.org/yajra/laravel-datatables-oracle/license.svg)](https://packagist.org/packages/yajra/laravel-datatables-oracle) ### [Unreleased] ### [v10.11.4] - 2024-02-28 - fix: EloquentDataTable return type typo #3123 ### [v10.11.3] - 2023-12-27 - fix: Update composer.json to use Larastan Org #3107 ### [v10.11.2] - 2023-12-12 - fix: scout search with smart search #3105 ### [v10.11.1] - 2023-11-25 - fix: Prevent error when PHP extension iconv not enabled. #3098 ### [v10.11.0] - 2023-11-04 - feat: Scout Search Implementation #3082 - feat: Add scout fixed ordering for pgsql and oracle #3090 ### [v10.10.0] - 2023-10-04 - feat: allow closure on formatColumn #3073 ### [v10.9.0] - 2023-09-29 - feat: Ability to pass static data to a blade render #3067 ### [v10.8.0] - 2023-08-12 - feat: convert prepareQuery from protected to public #3045 ### [v10.7.0] - 2023-07-31 - feat: add ability to disable eloquent getter mutator #3009 - feat: Ability to use deep relations for searching #3035 ### [v10.6.2] - 2023-07-15 - fix: #3010 - convert expressions to strings #3029 ### [v10.6.1] - 2023-07-05 - fix: #3025 #3026 - fix the error introduced in 10.4.4 as described in #3025. ### [v10.6.0] - 2023-06-29 - feat: Expose autoFilter setter to disable post filtering #2981 ### [v10.5.0] - 2023-06-29 - feat: Prevent editColumn when column is not shown #3018 ### [v10.4.4] - 2023-06-27 - feat: Optimize countQuery with complex select #3008 - fix: phpstan #3022 ### [v10.4.3] - 2023-06-07 - Fix: Prevent the filteredCount() query if no filter is applied to the initial query #3007 ### [v10.4.2] - 2023-05-31 - Fix return type for setTransformer() and setSerializer() #3003 ### [v10.4.1] - 2023-05-27 - fix: Error when setting language config for "editor" #2983 ### [v10.4.0] - 2023-03-28 - feat: Allow any callable in ->addColumn() #2977 - fix: #2976 ### [v10.3.1] - 2023-02-20 - fix: Fix anonymous resource collection data formatting #2944 - fix: phpunit 10 deprecation #2955 - fix: bump orchestra/testbench to 8 #2949 ### [v10.3.0] - 2023-02-07 - Add Laravel 10 compatibility #2948 ### [v10.2.3] - 2023-01-18 - fix: Custom Order on eager loaded relationships was not working - fix #2905 ### [v10.2.2] - 2023-01-11 - fix: prevent deprecation errors in php 8.1+ #2931 - fixes #2930 ### [v10.2.1] - 2022-12-07 - fix: case insensitive starts with search #2917 #2916 ### [v10.2.0] - 2022-11-03 - PHP 8.1 Depreciation Fix #2877 - Methods pointing to the "uncustomizable" classes. #2861 ### [v10.1.6] - 2022-10-10 - Fix anonymous resource collection #2870 - Fix #2827 - Add stale workflow ### [v10.1.5] - 2022-10-06 - Fix with method error with static analysis #2865 ### [v10.1.4] - 2022-09-27 - Fixed the search column for same table relations #2856 ### [v10.1.3] - 2022-09-20 - Fix relation key name for BelongsToMany #2850 ### [v10.1.2] - 2022-07-12 - Fix HasOneThrough #2818 ### [v10.1.1] - 2022-06-24 - Fix null recordsFiltered on empty collection #2806 - Fix #2793 ### [v10.1.0] - 2022-06-21 - Add support for dependency injection when using closure. #2800 ### [v10.0.8] - 2022-06-21 - Make canCreate at QueryDataTable accept QueryBuilder only #2798 ### [v10.0.7] - 2022-05-23 - Fix create eloquent datatable from relation #2789 ### [v10.0.6] - 2022-05-18 - Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787 ### [v10.0.5] - 2022-05-17 - Fix Return value must be of type int, string returned. ### [v10.0.4] - 2022-05-08 - Fix accidental formatter issue on eloquent - Add formatColumn test for eloquent ### [v10.0.3] - 2022-05-08 - Additional fix & test for zero total records ### [v10.0.2] - 2022-05-08 - Fix set total & filtered records count https://github.com/yajra/laravel-datatables/pull/2778 - Fix set total & filtered records count - Fix #1453 #1454 #2050 #2609 - Add feature test - Deprecate `skipTotalRecords`, just use `setTotalRecords` directly. ### [v10.0.1] - 2022-05-08 - Code clean-up and several phpstan fixes ### [v10.0.0] - 2022-05-08 - Laravel DataTables v10.x to support Laravel 9.x - Added PHPStan with max level static analysis - Drop `queryBuilder()` method - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed [Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.11.3...10.x [v10.11.3]: https://github.com/yajra/laravel-datatables/compare/v10.11.3...v10.11.2 [v10.11.2]: https://github.com/yajra/laravel-datatables/compare/v10.11.2...v10.11.1 [v10.11.1]: https://github.com/yajra/laravel-datatables/compare/v10.11.1...v10.11.0 [v10.11.0]: https://github.com/yajra/laravel-datatables/compare/v10.11.0...v10.10.0 [v10.10.0]: https://github.com/yajra/laravel-datatables/compare/v10.10.0...v10.9.0 [v10.9.0]: https://github.com/yajra/laravel-datatables/compare/v10.9.0...v10.8.0 [v10.8.0]: https://github.com/yajra/laravel-datatables/compare/v10.8.0...v10.7.0 [v10.7.0]: https://github.com/yajra/laravel-datatables/compare/v10.7.0...v10.6.2 [v10.6.2]: https://github.com/yajra/laravel-datatables/compare/v10.6.2...v10.6.1 [v10.6.1]: https://github.com/yajra/laravel-datatables/compare/v10.6.1...v10.6.0 [v10.6.0]: https://github.com/yajra/laravel-datatables/compare/v10.6.0...v10.5.0 [v10.5.0]: https://github.com/yajra/laravel-datatables/compare/v10.5.0...v10.4.4 [v10.4.4]: https://github.com/yajra/laravel-datatables/compare/v10.4.4...v10.4.3 [v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0 [v10.3.1]: https://github.com/yajra/laravel-datatables/compare/v10.3.1...v10.3.0 [v10.3.0]: https://github.com/yajra/laravel-datatables/compare/v10.3.0...v10.2.3 [v10.2.3]: https://github.com/yajra/laravel-datatables/compare/v10.2.3...v10.2.2 [v10.2.2]: https://github.com/yajra/laravel-datatables/compare/v10.2.2...v10.2.1 [v10.2.1]: https://github.com/yajra/laravel-datatables/compare/v10.2.1...v10.2.0 [v10.2.0]: https://github.com/yajra/laravel-datatables/compare/v10.2.0...v10.1.6 [v10.1.6]: https://github.com/yajra/laravel-datatables/compare/v10.1.6...v10.1.5 [v10.1.5]: https://github.com/yajra/laravel-datatables/compare/v10.1.5...v10.1.4 [v10.1.4]: https://github.com/yajra/laravel-datatables/compare/v10.1.4...v10.1.3 [v10.1.3]: https://github.com/yajra/laravel-datatables/compare/v10.1.3...v10.1.2 [v10.1.2]: https://github.com/yajra/laravel-datatables/compare/v10.1.2...v10.1.1 [v10.1.1]: https://github.com/yajra/laravel-datatables/compare/v10.1.1...v10.1.0 [v10.1.0]: https://github.com/yajra/laravel-datatables/compare/v10.1.0...v10.0.8 [v10.0.8]: https://github.com/yajra/laravel-datatables/compare/v10.0.8...v10.0.7 [v10.0.7]: https://github.com/yajra/laravel-datatables/compare/v10.0.7...v10.0.6 [v10.0.6]: https://github.com/yajra/laravel-datatables/compare/v10.0.6...v10.0.5 [v10.0.5]: https://github.com/yajra/laravel-datatables/compare/v10.0.5...v10.0.4 [v10.0.4]: https://github.com/yajra/laravel-datatables/compare/v10.0.4...v10.0.3 [v10.0.3]: https://github.com/yajra/laravel-datatables/compare/v10.0.3...v10.0.2 [v10.0.2]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...v10.0.1 [v10.0.1]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...v10.0.0 [v10.0.0]: https://github.com/yajra/laravel-datatables/compare/v10.0.0...10.x