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.

Maintainers

Package info

github.com/WireNinja/accelerator

Type:composer-plugin

pkg:composer/wireninja/accelerator

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0


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:

  1. Create a fresh Laravel project:

    laravel new my-app --vue --pest --bun
    cd my-app
  2. Sterilize the project (Remove default vanilla configuration):

    rm .env
    rm database/database.sqlite
    rm database/migrations/*.php
  3. Require the package:

    composer require wireninja/accelerator:"^1.1" -W
  4. 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 .env settings.
  • 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.