add livewire 2 support

This commit is contained in:
Khoubza Younes
2021-08-29 19:21:14 +01:00
parent b4566ce527
commit 1e94cb64a5
23 changed files with 562 additions and 1 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ git tag "$VERSION"
git push origin --tags --force
# Tag Repositories
for REMOTE in flasher flasher-laravel flasher-symfony \
for REMOTE in flasher flasher-laravel flasher-symfony flasher-livewire \
flasher-toastr flasher-toastr-laravel flasher-toastr-symfony \
flasher-notyf flasher-notyf-laravel flasher-notyf-symfony \
flasher-sweet-alert flasher-sweet-alert-laravel flasher-sweet-alert-symfony \
+2
View File
@@ -22,6 +22,7 @@ git pull origin $CURRENT_BRANCH
remote flasher git@github.com:php-flasher/flasher.git
remote laravel git@github.com:php-flasher/flasher-laravel.git
remote symfony git@github.com:php-flasher/flasher-symfony.git
remote livewire git@github.com:php-flasher/flasher-livewire.git
remote toastr git@github.com:php-flasher/flasher-toastr.git
remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git
@@ -46,6 +47,7 @@ remote noty-symfony git@github.com:php-flasher/flasher-noty-symfony.git
split 'src/Prime' flasher
split 'src/Laravel' laravel
split 'src/Symfony' symfony
split 'src/Livewire' livewire
split 'src/Toastr/Prime' toastr
split 'src/Toastr/Laravel' toastr-laravel
+1
View File
@@ -11,6 +11,7 @@ function remote()
remote flasher git@github.com:php-flasher/flasher.git
remote laravel git@github.com:php-flasher/flasher-laravel.git
remote symfony git@github.com:php-flasher/flasher-symfony.git
remote livewire git@github.com:php-flasher/flasher-livewire.git
remote toastr git@github.com:php-flasher/flasher-toastr.git
remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git