Skip to content

Commit 15fa959

Browse files
Added Dragon Code brand
1 parent 4980647 commit 15fa959

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

app/Brands/DragonCode.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace DragonCode\IconifyIde\Brands;
6+
7+
class DragonCode extends Brand
8+
{
9+
protected array $projects = [
10+
'dragon-code/*',
11+
];
12+
}

config/data.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
22

3+
use DragonCode\IconifyIde\Brands\DragonCode;
34
use DragonCode\IconifyIde\Brands\LaravelFramework;
45
use DragonCode\IconifyIde\Brands\LaravelLang;
56
use DragonCode\IconifyIde\Brands\LaravelNova;
@@ -18,6 +19,7 @@
1819
LaravelFramework::class,
1920
LaravelZero::class,
2021
LaravelNova::class,
22+
DragonCode::class,
2123
LaravelLang::class,
2224
MoonShine::class,
2325
],

resources/brands/dragon_code.svg

Lines changed: 63 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)