Skip to content

riodwanto/superduper-filament-starter-kit

Repository files navigation

Starter kit logo

Latest Version on Packagist Laravel Total Downloads

A starting point to create your next Filament 3 πŸ’‘ app. With pre-installed plugins, pre-configured, and custom page. So you don't start all over again.

Features

  • πŸ›‘ Filament Shield for managing role access
  • πŸ‘¨πŸ»β€πŸ¦± customizable profile page from Filament Breezy
  • 🌌 Managable media with Filament Spatie Media
  • πŸ–Ό Theme settings for changing panel color
  • πŸ’Œ Setting mail on the fly in Mail settings
  • πŸ…» Lang Generator
  • Etc..

Latest update

Version: v1.14.2
  • New UserResource UI form
  • Add avatar to user add & edit
  • New Theme settings UI
  • Bugs fix & Improvement
  • Forgot Password
  • User Verification
  • Etc

Version Releases

Upcoming:
  • Filament Multi Tenancy πŸ”₯
  • ...

Getting Started

Create project with this composer command:

composer create-project riodwanto/superduper-filament-starter-kit

Setup your env:

cd superduper-filament-starter-kit
cp .env.example .env

Run migration & seeder:

php artisan migrate
php artisan db:seed

or

php artisan migrate:fresh --seed

Now you can access with /admin path, using:

email: superadmin@starter-kit.com
password: superadmin

Language Generator

This project include lang generator.

php artisan superduper:lang-translate [from] [to]

Generator will look up files inside folder [from]. Get all variables inside the file; create a file and translate using translate.googleapis.com.

This is what the translation process looks like.

❯ php artisan superduper:lang-translate en fr es

 πŸ”” Translate to 'fr'
 3/3 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“] 100% -- βœ…

 πŸ”” Translate to 'es'
 1/3 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘]  33% -- πŸ”„ Processing: page.php
Usage example
  • Single output
php artisan superduper:lang-translate en fr
  • Multiple output
php artisan superduper:lang-translate en es ar fr pt-PT pt-BR zh-CN zh-TW
If you are using json translation
php artisan superduper:lang-translate en fr --json

Plugins

These are Filament Plugins use for this project.

Plugin Author
Filament Spatie Media Library Filament Official
Filament Spatie Settings Filament Official
Filament Spatie Tags Filament Official
Shield bezhansalleh
Exceptions bezhansalleh
Breezy jeffgreco13
Logger z3d0x
Ace Code Editor riodwanto

Plugins Recommendation

Other recommendations for your starter, in my personal opinion:

License

Filament Starter is provided under the MIT License.

If you discover a bug, please open an issue.