Download the PHP package tapp/filament-starter-kit without Composer
On this page you can find all versions of the php package tapp/filament-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-starter-kit

Tapp Filament Starter Kit
Key features include:
- Pre-configured User architecture (Model, Policy, Factory, Migration, and Seeder)
- Authorization using Spatie Permission library (roles and permissions)
For Filament
- Admin panel with a custom theme initialized
What is included
- Filament 3
- Laravel 12
- Livewire 3
- TailwindCSS 4
- AlpineJS
- Spatie Permission
- Spatie Media Library
Filament plugins
Dev
- Laravel Debugbar
- Pest
- Peck
- Larastan
- Cursor rules
Global Laravel Configurations included
For local
Model::shouldBeStrict();
:- Prevent lazy loading
- Prevent silently discarding attributes
- Prevent accessing missing attributes
For production
- Force HTTPs (
URL::forceHttps(app()->isProduction())
) - Prohibit destructive database commands (
DB::prohibitDestructiveCommands(app()->isProduction())
)
Seeder
- Permission and role seeders
- User seeder
Quick Start
Install dependencies
Setup environment
Run database migrations
This will create an admin user:
and also an "Administrator" role and user permissions.
Contributing
Thank you for considering contributing to the Tapp Filament Starter Kit!
Security Vulnerabilities
If you discover a security vulnerability, please send an e-mail to Steve Williamson via [email protected]. All security vulnerabilities will be promptly addressed.
License
The Tapp Filament Starter Kit software is licensed under the MIT license.
All versions of filament-starter-kit with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
filament/filament Version ^3.3
filament/spatie-laravel-media-library-plugin Version ^3.3
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
spatie/laravel-medialibrary Version ^11.12
spatie/laravel-permission Version ^6.17
filament/filament Version ^3.3
filament/spatie-laravel-media-library-plugin Version ^3.3
laravel/framework Version ^12.0
laravel/tinker Version ^2.10.1
spatie/laravel-medialibrary Version ^11.12
spatie/laravel-permission Version ^6.17
The package tapp/filament-starter-kit contains the following files
Loading the files please wait ....