Implement Rappasoft Livewire Tables for project list and replace old component

This commit is contained in:
2026-05-12 14:04:07 +02:00
parent 0bc3ca3d3e
commit 4af4387b1e
5 changed files with 201 additions and 5 deletions
Generated
+85 -4
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "999fac715c03fad372d754fcf1d990f4",
"content-hash": "afa93484318041be0823eb4914a47317",
"packages": [
{
"name": "blade-ui-kit/blade-heroicons",
@@ -3954,6 +3954,87 @@
},
"time": "2025-12-14T04:43:48+00:00"
},
{
"name": "rappasoft/laravel-livewire-tables",
"version": "v3.7.3",
"source": {
"type": "git",
"url": "https://github.com/rappasoft/laravel-livewire-tables.git",
"reference": "74beb4c2672e024000d41ecad8a17b4ab8c934bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rappasoft/laravel-livewire-tables/zipball/74beb4c2672e024000d41ecad8a17b4ab8c934bd",
"reference": "74beb4c2672e024000d41ecad8a17b4ab8c934bd",
"shasum": ""
},
"require": {
"blade-ui-kit/blade-heroicons": "^2.1",
"illuminate/contracts": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"livewire/livewire": "^3.0|dev-main",
"php": "^8.1|^8.2|^8.3|^8.4"
},
"require-dev": {
"brianium/paratest": "^5.0|^6.0|^7.0|^8.0|^9.0",
"ext-sqlite3": "*",
"larastan/larastan": "^2.6|^3.0",
"laravel/pint": "^1.10",
"monolog/monolog": "*",
"nunomaduro/collision": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Rappasoft\\LaravelLivewireTables\\LaravelLivewireTablesServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Rappasoft\\LaravelLivewireTables\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthony Rappa",
"email": "rappa819@gmail.com",
"role": "Developer"
},
{
"name": "Joe McElwee",
"email": "joe@lowerrocklabs.com",
"role": "Developer"
}
],
"description": "A dynamic table component for Laravel Livewire",
"homepage": "https://github.com/rappasoft/laravel-livewire-tables",
"keywords": [
"datatables",
"laravel",
"livewire",
"rappasoft",
"tables"
],
"support": {
"issues": "https://github.com/rappasoft/laravel-livewire-tables/issues",
"source": "https://github.com/rappasoft/laravel-livewire-tables/tree/v3.7.3"
},
"funding": [
{
"url": "https://github.com/rappasoft",
"type": "github"
}
],
"time": "2025-05-03T02:24:46+00:00"
},
{
"name": "react/event-loop",
"version": "v1.6.0",
@@ -9757,12 +9838,12 @@
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^8.2"
},
"platform-dev": {},
"plugin-api-version": "2.9.0"
"platform-dev": [],
"plugin-api-version": "2.6.0"
}