百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

filament-starter

> 前端框架
开源

使用 Filament 进行下一个 TALL 堆栈项目的美丽起点。 ⚡

527 stars0 点赞2 次浏览
访问官网GitHub

工具介绍

使用 Filament 进行下一个 TALL 堆栈项目的美丽起点。 ⚡

Filament Starter

Here lives a beautiful starting point to quickly bootstrap your next TALL stack application utilizing Filament for the admin panel.

Features

  • Quick, clean starting point with an example Post model and resource.
  • ‍ Fully pre-configured and customized Filament panel with best practices in place.
  • Clean, minimally styled frontend powered by Livewire.
  • TailwindCSS and Vite ready for immediate use.
  • Pre-bundled Livewire and Alpine for easy extendability.
  • ⚡️ SPA-ready in both Filament and the frontend.
  • GitHub Actions workflows for Pint with pre-configured Dependabot for dependencies.
  • ️ Easy programmatic SEO using romanzipp/laravel-seo.

Requirements

Make sure all dependencies have been installed before moving on:

  • PHP >= 8.2
  • Composer
  • Node.js >= 18

Getting Started

Start by creating the project using Composer and configuring the .env file:

bash
composer create-project log1x/filament-starter:dev-main
cd filament-starter

After .env is configured, you can proceed to migrate & seed the database:

bash
php artisan migrate:fresh --seed

Once the database is seeded, you can login at /admin using the default admin user:

yaml
Username: admin
Password: admin

Build Assets

The project assets are compiled using Vite. This can be done by installing the dependencies and running the build command with npm.

bash
npm install
npm run build

Plugins Used

The following Filament plugins come fully implemented and configured out of the box:

Plugin Description Author
Curator A beautiful media library. awcodes
Gravatar Easy avatar integration powered by Gravatar. awcodes
Exceptions A simple but powerful Exception viewer. bezhansalleh
Jobs Monitor Easily monitor background jobs and their progress. croustibat
Breezy Customizable user profile pages and 2FA support. jeffgreco13
Peek Quick & efficient front-end previews of resources. pboivin
Logger Zero-config resource activity logging. z3d0x

Bug Reports

If you discover a bug in Filament Starter, please open an issue.

Contributing

Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.

License

Filament Starter is provided under the MIT License.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

PHPalpinefilamentlaravellivewire

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架