Skip to content

Commit

Permalink
Merge pull request #37 from achmadhadikurnia/main
Browse files Browse the repository at this point in the history
drop: panel and advanced feature
  • Loading branch information
achmadhadikurnia authored Mar 16, 2024
2 parents 08ea588 + 754db67 commit fa4d220
Show file tree
Hide file tree
Showing 102 changed files with 41 additions and 5,999 deletions.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ Want to provide tangible support? Use the following platform to contribute to op

We highly appreciate you sending us a few cups of coffee to accompany us while writing code. Super thanks.

## Use pro version

We also offer a professional version. We're excited for you to try it out, as it allows us to consistently deliver high-quality software. Don't hesitate to contact us at kanekescom@gmail.com for further information.

- Laravel SIASN Referensi Panel
- Laravel SIASN SIMPEG Panel
- SIMPEGDA App

## Installation

You can install the package via composer:
Expand Down Expand Up @@ -80,6 +88,38 @@ Next, make sure you have activated the dataBase notifications feature `filament.
composer test
```

## Our other cool packages

Need a package for other BKN's Web Service APIs? Consider installing our packages for seamless integration.

### Referensi APIs

- Laravel SIASN Referensi API as API client.

```bash
composer require kanekescom/laravel-siasn-referensi-api
```

- Laravel SIASN Referensi as backend.

```bash
composer require kanekescom/laravel-siasn-referensi
```

### SIASNAPI-SIMPEG APIs

- Laravel SIASN SIMPEG API as API client.

```bash
composer require kanekescom/laravel-siasn-simpeg-api
```

- Laravel SIASN SIMPEG as backend.

```bash
composer require kanekescom/laravel-siasn-simpeg
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
],
"require": {
"php": "^8.1",
"filament/filament": "^3.2",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^10.0",
"kanekescom/laravel-helperia": "^2.0",
"kanekescom/laravel-siasn-api": "^2.0",
"kanekescom/laravel-siasn-referensi-api": "^2.0",
"shuvroroy/filament-spatie-laravel-backup": "^2.1",
"spatie/laravel-fractal": "^6.0",
"spatie/laravel-package-tools": "^1.14.0"
},
Expand Down Expand Up @@ -117,4 +115,4 @@
],
"minimum-stability": "dev",
"prefer-stable": true
}
}
71 changes: 0 additions & 71 deletions config/siasn-referensi.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,75 +10,4 @@

'queue' => null,

'filament' => [

'path' => 'siasn/referensi',

'domain' => null,

'brandName' => null,

'brandLogo' => null,

'brandLogoHeight' => null,

'favicon' => null,

'colors' => [
'primary' => \Filament\Support\Colors\Color::Amber,
],

'darkMode' => [
'enabled' => true,
],

'topbar' => [
'enabled' => true,
],

'topNavigation' => [
'enabled' => false,
],

'breadcrumbs' => [
'enabled' => false,
],

'databaseNotifications' => [
'enabled' => false,
'polling' => '30s',
],

'spa' => [
'enabled' => true,
],

'unsavedChangesAlerts' => [
'enabled' => false,
],

'databaseTransactions' => [
'enabled' => true,
],

'sidebarCollapsibleOnDesktop' => [
'enabled' => true,
],

'sidebarFullyCollapsibleOnDesktop' => [
'enabled' => true,
],

'navigation' => [
'enabled' => true,
],

'collapsibleNavigationGroups' => [
'enabled' => true,
],

'navigationGroups' => [],

],

];
17 changes: 0 additions & 17 deletions src/Events/PullDataCompleted.php

This file was deleted.

21 changes: 0 additions & 21 deletions src/Filament/Pages/Backups.php

This file was deleted.

99 changes: 0 additions & 99 deletions src/Filament/Resources/AgamaResource.php

This file was deleted.

46 changes: 0 additions & 46 deletions src/Filament/Resources/AgamaResource/Pages/ManageAgamas.php

This file was deleted.

Loading

0 comments on commit fa4d220

Please sign in to comment.