Se agrega Filament

Este commit está contenido en:
2025-10-08 23:48:39 -03:00
padre 56bd0b8d8a
commit 34d6905721
Se han modificado 34 ficheros con 2279 adiciones y 86 borrados

Ver fichero

@@ -3,13 +3,17 @@
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"keywords": [
"laravel",
"framework"
],
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.2",
"filament/actions": "^4.0",
"filament/forms": "^4.0",
"filament/infolists": "^4.0",
"filament/notifications": "^4.0",
"filament/schemas": "^4.0",
"filament/tables": "^4.0",
"filament/widgets": "^4.0",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"livewire/livewire": "^3.6"
@@ -40,7 +44,8 @@
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"