Fila Starter Kit plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Fila Starter Kit

Community

A simple starter kit to kickstart your next app.

Tags: Developer Tool Kit
Supported versions:
5.x 4.x 3.x
Ankit Kumar Singh avatar Author: Ankit Kumar Singh

Package health

Beta

Automated checks of this plugin's Composer package

82 / 100
Security 68
Maintenance 100
Ecosystem 100
13 checks
  • Passed: Current Laravel version supported — Package dependencies resolve together with current Laravel 13.0.
  • Passed: Current PHP version supported — Constraint ^8.2 supports current PHP 8.5.
  • Skipped: Current Symfony version supported
  • Passed: Abandoned or archived — No consulted source marks the package abandoned (packagist, github).
  • Passed: Commit and release recency — Active: last commit 49 days ago; last release 49 days ago.
  • Skipped: composer.lock not committed by library
  • Passed: Dist archive is lean
  • Skipped: GitHub Actions pinned to SHA
  • Passed: Open security advisories
  • Passed: Dependabot PR responsiveness — No open Dependabot PRs.
  • Failed: Dependabot or Renovate configured No dependency updater configuration found. View details on Plumb
  • Skipped: Dependency update cooldown configured
  • Failed: Provides a security policy View details on Plumb
Third-party plugin. This is built by the community, not the Filament team. Filament does not review, endorse, or vet the security of plugins outside the filament/ namespace. Review the source and install at your own risk. Found malware or an unresolved security issue the author won't address? Report it .
Powered by Plumb Last scanned 6 days ago

Documentation

#FilaStarter Kit

A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements.

Preview Login:

Dark Light

Preview DashBoard:

Dark Light

#Packages

Laravel v12
Livewire v4
Filament v5

#Packages Installed/Pre-configured

  • Filament Packages

    • awcodes/overlook
    • bezhansalleh/filament-shield
    • caresome/filament-auth-designer
    • charrafimed/global-search-modal
    • dutchcodingcompany/filament-developer-logins
    • jacobtims/filament-logger
    • jeffgreco13/filament-breezy
    • marcelweidum/filament-expiration-notice
    • openplain/filament-shadcn-theme (Theme)
  • Other Packages

    • barryvdh/laravel-debugbar
    • laravel/boost

#Compatibility

Starter Kit Filament Version
2.x 3.x
3.x 4.x
4.x 5.x

#Installation

#Create New Project

composer create-project --prefer-dist raugadh/fila-starter example-app

#Deployment

  • Configure Project.

    • Update Composer Packages

    • Add Database Credentials

    • Add ASSET_PREFIX if deployed application in sub-folder

    • Link Storage

      php artisan storage:link
      
  • Initialize Project

    php artisan project:init
    
  • Update Permissions and Migrations

    • Whenever new Resource , Page or migration is Added Run update command to migrate and create permissions.
      php artisan project:update
      
  • build vite assets

    npm install
    
    npm run build
    
  • Clear/Generate New Cache

    php artisan project:cache
    
  • Configure Laravel Boost

    php artisan boost:install
    
#Make sure to check custom console commands yourself and change them based on your requirements.

#Lint & Fix

  • Pint ('test') & Prettier('check')

    composer lint
    
  • Pint & Prettier('write')

    composer fix
    

#Enjoy

Thanks for using this kit, leave a star if you found this useful.

#License

The MIT License (MIT). Please see License File for more information.

The author

Ankit Kumar Singh avatar Author: Ankit Kumar Singh
Plugins
1
Stars
41