Skip to content

Commit 6b53eaf

Browse files
committed
Suppression de WireUI
1 parent 61b851e commit 6b53eaf

File tree

489 files changed

+516
-4393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

489 files changed

+516
-4393
lines changed

app/View/Components/WireUI/Button.php

Lines changed: 0 additions & 199 deletions
This file was deleted.

app/View/Components/WireUI/Input.php

Lines changed: 0 additions & 37 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@
4444
"torchlight/torchlight-commonmark": "^0.5.5",
4545
"wire-elements/modal": "^1.0",
4646
"wire-elements/spotlight": "^1.0",
47-
"wireui/wireui": "^1.13.3",
4847
"yarri/link-finder": "^2.7"
4948
},
5049
"require-dev": {
51-
"barryvdh/laravel-debugbar": "^3.6",
5250
"barryvdh/laravel-ide-helper": "^2.12",
5351
"brianium/paratest": "^6.3",
5452
"fakerphp/faker": "^1.9.1",
@@ -81,7 +79,8 @@
8179
"scripts": {
8280
"post-autoload-dump": [
8381
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
84-
"@php artisan package:discover --ansi"
82+
"@php artisan package:discover --ansi",
83+
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
8584
],
8685
"post-update-cmd": [
8786
"Illuminate\\Foundation\\ComposerScripts::postUpdate",

0 commit comments

Comments
 (0)