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

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
Agent Run Observability in Laravel AI SDK 0.11 image

Agent Run Observability in Laravel AI SDK 0.11

Read article
Debounced Queued Event Listeners in Laravel image

Debounced Queued Event Listeners in Laravel

Read article
Statamic Mailables Viewer Previews Laravel Emails in the Control Panel image

Statamic Mailables Viewer Previews Laravel Emails in the Control Panel

Read article
Laravel Tackle: Run an AI Coding Agent in Your Laravel App image

Laravel Tackle: Run an AI Coding Agent in Your Laravel App

Read article
Queue::forward(): Reroute Laravel Queues in One Place image

Queue::forward(): Reroute Laravel Queues in One Place

Read article
Laravel Read-Through Filesystem: Lazy Storage Migration image

Laravel Read-Through Filesystem: Lazy Storage Migration

Read article