wireninja / accelerator
There is no license information available for the latest version (v1.1.71) 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.71
2026-05-24 07:35 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
- phiki/phiki: ^2.0
- 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
- dev-main
- v1.1.71
- v1.1.70
- v1.1.69
- v1.1.68
- v1.1.67
- v1.1.66
- v1.1.65
- v1.1.64
- v1.1.63
- v1.1.62
- v1.1.61
- v1.1.60
- v1.1.59
- v1.1.58
- v1.1.57
- v1.1.56
- v1.1.55
- v1.1.54
- v1.1.53
- v1.1.52
- v1.1.51
- v1.1.50
- v1.1.49
- v1.1.48
- v1.1.47
- v1.1.46
- v1.1.45
- v1.1.44
- v1.1.43
- v1.1.42
- v1.1.41
- v1.1.40
- v1.1.39
- v1.1.38
- v1.1.37
- v1.1.36
- v1.1.35
- v1.1.34
- v1.1.33
- v1.1.32
- v1.1.31
- v1.1.30
- v1.1.29
- v1.1.28
- v1.1.27
- v1.1.26
- v1.1.25
- v1.1.24
- v1.1.23
- v1.1.22
- v1.1.21
- v1.1.20
- v1.1.19
- v1.1.18
- v1.1.17
- v1.1.16
- v1.1.15
- v1.1.14
- v1.1.13
- v1.1.12
- v1.1.11
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
This package is auto-updated.
Last update: 2026-05-24 07:37:57 UTC
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.