Skip to content

Commit d077141

Browse files
authored
Update README.md
1 parent dfd0ce5 commit d077141

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<div align="center">
22
<img src="https://i.postimg.cc/4djrcJXx/logo.png" alt="Starter kit logo" width="200"/>
33

4-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/riodwanto/superduper-filament-starter-kit.svg?style=flat-square)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)
5-
[![Laravel](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml/badge.svg)](https://github.com/riodwanto/superduper-filament-starter-kit/actions/workflows/laravel.yml)
6-
[![Total Downloads](https://img.shields.io/packagist/dt/riodwanto/superduper-filament-starter-kit.svg?style=flat-square)](https://packagist.org/packages/riodwanto/superduper-filament-starter-kit)
4+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/kseven/filamentpanel.svg?style=flat-square)](https://packagist.org/packages/kseven/filamentpanel)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/kseven/filamentpanel.svg?style=flat-square)](https://packagist.org/packages/kseven/filamentpanel)
76
</div>
87

98
<p align="center">
@@ -76,14 +75,14 @@
7675
- Site settings logo functionality
7776
- Multiple UI/UX enhancements
7877

79-
[Version Releases](https://github.com/riodwanto/superduper-filament-starter-kit/releases)
78+
[Version Releases](https://github.com/ksevendev/superduper-filament-starter-kit/releases)
8079

8180
#### Getting Started
8281

8382
Create project with this composer command:
8483

8584
```bash
86-
composer create-project riodwanto/superduper-filament-starter-kit
85+
composer create-project kseven/filamentpanel
8786
```
8887

8988
Setup your project easily using the one of setup scripts:
@@ -97,7 +96,7 @@ Or manually:
9796
Setup your env:
9897

9998
```bash
100-
cd superduper-filament-starter-kit
99+
cd filamentpanel
101100
cp .env.example .env
102101
```
103102

@@ -245,8 +244,6 @@ Other recommendations for your starter, in my personal opinion:
245244
- [Tapp Network - Laravel Auditing](https://filamentphp.com/plugins/tapp-network-laravel-auditing) : Resource locking when other user begins editing a resource.
246245
- [Shuvro Roy - Spatie Laravel Health](https://filamentphp.com/plugins/shuvroroy-spatie-laravel-health) : Health monitoring for Filament.
247246

248-
<a href="https://buymeacoffee.com/riodewanto" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>
249-
250247
### License
251248

252249
Filament Starter is provided under the [MIT License](LICENSE.md).

0 commit comments

Comments
 (0)