Skip to content

Commit

Permalink
Move files into package
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Jul 13, 2024
1 parent 12576e2 commit a581dd5
Show file tree
Hide file tree
Showing 208 changed files with 137 additions and 14,884 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@
"asika/cross-env": "^1.0",
"asika32764/pinyin": "^1.2",
"lyrasoft/backup": "^2.0",
"lyrasoft/member": "^1.0",
"lyrasoft/attachment": "^1.0",
"phpoffice/phpspreadsheet": "^2.1",
"lyrasoft/sequence": "^1.0",
"brick/math": "^0.11.0",
"chillerlan/php-qrcode": "^5.0"
"lyrasoft/event-booking": "dev-main"
},
"require-dev": {
"nunomaduro/collision": "^7.8||^8.0"
Expand Down Expand Up @@ -90,6 +86,10 @@
{
"type": "git",
"url": "git@github.com:lyrasoft/theme-skote.git"
},
{
"type": "path",
"url": "./vendor/lyrasoft/event-booking"
}
]
}
106 changes: 79 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion etc/packages/banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'widget' => [
'upload_profile' => 'image'
],
'type_enum' => \App\Enum\BannerType::class,
'type_enum' => \Lyrasoft\EventBooking\Enum\BannerType::class,
'video_enabled' => true,
'types' => [
'_default' => [
Expand Down
14 changes: 14 additions & 0 deletions etc/packages/event-booking.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

declare(strict_types=1);

use Lyrasoft\EventBooking\Entity\EventAttend;
use Lyrasoft\EventBooking\Entity\EventOrder;
use Lyrasoft\EventBooking\EventBookingPackage;
use Lyrasoft\EventBooking\Payment\TransferPayment;
use Lyrasoft\Sequence\Service\SequenceService;
use Lyrasoft\Toolkit\Encode\BaseConvert;

use function EventBooking\priceFormat;

return include EventBookingPackage::path('etc/event-booking.php');
88 changes: 0 additions & 88 deletions etc/packages/event_booking.php

This file was deleted.

5 changes: 0 additions & 5 deletions resources/languages/zh-TW/event-booking.ini

This file was deleted.

14 changes: 7 additions & 7 deletions resources/migrations/2024070509030001_EventInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

namespace App\Migration;

use App\Entity\EventAttend;
use App\Entity\EventOrder;
use App\Entity\EventPlan;
use App\Entity\EventMemberMap;
use App\Entity\EventStage;
use App\Entity\Event;
use App\Entity\Venue;
use Lyrasoft\EventBooking\Entity\Event;
use Lyrasoft\EventBooking\Entity\EventAttend;
use Lyrasoft\EventBooking\Entity\EventMemberMap;
use Lyrasoft\EventBooking\Entity\EventOrder;
use Lyrasoft\EventBooking\Entity\EventPlan;
use Lyrasoft\EventBooking\Entity\EventStage;
use Lyrasoft\EventBooking\Entity\Venue;
use Windwalker\Core\Console\ConsoleApplication;
use Windwalker\Core\Migration\Migration;
use Windwalker\Database\Schema\Schema;
Expand Down
Loading

0 comments on commit a581dd5

Please sign in to comment.