wireninja / accelerator
There is no license information available for the latest version (v1.1.22) of this package.
Reusable Filament panel presets for Wireninja applications.
Package info
github.com/WireNinja/accelerator
Type:composer-plugin
pkg:composer/wireninja/accelerator
v1.1.22
2026-05-13 20:41 UTC
Requires
- php: ^8.5
- composer-plugin-api: ^2.0
- bezhansalleh/filament-shield: ^4.2
- blade-ui-kit/blade-icons: ^1.9
- codewithdennis/filament-advanced-choice: ^2.0
- filament/filament: ^5.4
- filament/spatie-laravel-media-library-plugin: ^5.0
- filament/spatie-laravel-settings-plugin: ^5.0
- http-interop/http-factory-guzzle: ^1.2
- inertiajs/inertia-laravel: ^3.1
- jcupitt/vips: ^2.6
- laravel-lang/common: ^6.8
- laravel-notification-channels/telegram: ^7.0
- laravel-notification-channels/webpush: ^10.5
- laravel/fortify: ^1.36
- laravel/framework: ^13.0
- laravel/horizon: ^5.45
- laravel/mcp: ^0.7.0
- laravel/nightwatch: ^1.24
- laravel/octane: ^2.17
- laravel/pennant: ^1.22
- laravel/reverb: ^1.9
- laravel/scout: ^11.1
- laravel/socialite: ^5.26
- laravel/wayfinder: ^0.1.20
- mallardduck/blade-lucide-icons: ^1.26
- meilisearch/meilisearch-php: ^1.16
- spatie/image: ^3.9
- spatie/laravel-activitylog: ^5.0.0
- spatie/laravel-backup: ^10.2
- spatie/laravel-pdf: ^2.4
- spatie/laravel-query-builder: ^7.0
- spatie/php-structure-discoverer: ^2.4
- stechstudio/filament-impersonate: ^5.1
README
Build premium Laravel & Filament applications with enterprise standards in seconds.
Installation Preamble (MANDATORY)
To ensure a clean and conflict-free installation, you MUST follow these steps exactly:
-
Create a fresh Laravel project:
laravel new my-app --vue --pest --bun cd my-app -
Sterilize the project (Remove default vanilla configuration):
rm .env rm database/database.sqlite rm database/migrations/*.php -
Require the package:
composer require wireninja/accelerator:"^1.1" -W -
Run the Interactive Installer:
php artisan accelerator:install
Key Features
- Enterprise User Engine: Replaces default users with a more robust model (OAuth ready, Telegram ID, etc.).
- Smart Environment: Auto-generates production-ready
.envsettings. - Industrial Design: Forces high-density, monochromatic UI standards for Filament.
- Performance Stack: Pre-configured Reverb and Octane (Swoole).
- Auto-Localization: Ready-to-use Indonesian (id) translations.