+ Added new example about the new feature: custom column
This commit is contained in:
David
2025-03-17 22:33:11 -04:00
parent 096c7944b9
commit 25c6b316bd
14 changed files with 2260 additions and 7 deletions

View File

@@ -10,11 +10,15 @@
"laravel/framework": "^11.31",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.5",
"maatwebsite/excel": "^3.1"
"maatwebsite/excel": "^3.1",
"mmt/generic_table": "dev-main"
},
"repositories": [{
"type":"path",
"url": "packages/mmt/generic_table"
"url": "packages/mmt/generic_table",
"options": {
"symlink": true
}
}],
"require-dev": {
"barryvdh/laravel-debugbar": "^3.14",
@@ -74,6 +78,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}