diff --git a/.gitattributes b/.gitattributes index f9347ec9..b4e207e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ *.php diff=php /.github export-ignore +/workbench export-ignore /tests export-ignore .editorconfig export-ignore .gitattributes export-ignore diff --git a/composer.json b/composer.json index 2a674dc8..7289d977 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ ], "require": { "php": "^8.1", + "illuminate/contracts": "^10", "laravel/prompts": "^0.1.10", "laravel/socialite": "^5.9", "webmozart/assert": "^1.11" @@ -28,6 +29,7 @@ "laravel/breeze": "^1.25", "laravel/jetstream": "^4.0", "laravel/sanctum": "^3.3", + "livewire/livewire": "^3", "mockery/mockery": "^1.0", "orchestra/testbench": "^8.0", "pestphp/pest": "^2.0", @@ -53,7 +55,8 @@ "stubs/breeze/default/app/", "stubs/breeze/inertia-common/app/", "stubs/jetstream/app/", - "stubs/filament/app/" + "stubs/filament/app/", + "workbench/app/" ] } }, diff --git a/resources/filament/views/components/input-error.blade.php b/resources/filament/views/components/input-error.blade.php index ad95f6b5..3c44bf17 100644 --- a/resources/filament/views/components/input-error.blade.php +++ b/resources/filament/views/components/input-error.blade.php @@ -1,7 +1,7 @@ @props(['messages']) @if ($messages) -