News

Use this Filament starter template on your next TALL project

Published
Use this Filament starter template on your next TALL project image

The Log1x/filament-starter starter template is a beautiful starting point to quickly bootstrap your next TALL stack application with Filament for the admin panel:

With just a few commands, you have a very functional starter application with tools available like the Laravel Debugger, exception viewer, jobs monitor, and more:

composer create-project log1x/filament-starter:dev-main example-app
cd example-app
git init
git add .
git commit -m"First Commit"
mysql -u root -e"create database filament_starter;"
php artisan migrate:fresh --seed

According to the project readme, here are the main features you get out of the box:

  • 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 the romanzipp/laravel-seo package

This starter package could be used for your next application idea, or a fast way to learn more about the TALL stack!

You can learn more about this starter template by checking out the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

tinkerwell logo
Tinkerwell

Enjoy coding and debugging in an editor designed for fast feedback and quick iterations. It's like a shell for your application – but with multi-line editing, code completion, and more.

Visit Tinkerwell

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article