Download the PHP package escalated-dev/escalated-filament without Composer

On this page you can find all versions of the php package escalated-dev/escalated-filament. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package escalated-filament

العربية • Deutsch • English • Español • Français • Italiano • 日本語 • 한국어 • Nederlands • Polski • Português (BR) • Русский • Türkçe • 简体中文

Escalated for Filament

Tests Laravel Filament License: MIT

A Filament admin panel plugin for the Escalated support ticket system. Manage tickets, departments, SLA policies, escalation rules, macros, and more — all from within your existing Filament admin panel.

escalated.dev — Learn more, view demos, and compare Cloud vs Self-Hosted options.

How It Works

Escalated for Filament is a Filament plugin wrapper around escalated-laravel. It does not duplicate any business logic. Instead, it provides Filament Resources, Pages, Widgets, and Actions that call the same services, models, and events from the core Laravel package. This means:

Note: This package uses Filament's native Livewire + Blade components (tables, forms, info lists, actions, widgets) rather than the custom Vue 3 + Inertia.js UI from the @escalated-dev/escalated frontend package. The core functionality is the same — same models, services, database, and business logic — but the UI look-and-feel follows Filament's design system. Some interactions may differ slightly (e.g., Filament modals vs. inline forms, Filament table filters vs. custom filter components). If you need pixel-perfect parity with the Inertia frontend, use escalated-laravel directly with the shared Vue components instead.

Requirements

Version Compatibility

escalated-filament Filament Laravel PHP
0.5.x 3.x, 4.x, 5.x 11, 12 8.2+

Installation

1. Install the packages

If you already have escalated-laravel installed, just add the Filament plugin:

2. Run the Escalated installer (if not already done)

3. Define authorization gates

In a service provider (e.g., AppServiceProvider):

4. Register the plugin in your Filament panel

You're live. Visit your Filament panel — a Support navigation group will appear with all ticket management resources.

Features

Resources

Dashboard Widgets

Pages

Relation Managers

Reusable Actions

Custom Livewire Components

Configuration

The plugin is configured through method chaining on the plugin instance:

All other configuration (SLA, hosting modes, notifications, etc.) is managed by the core escalated-laravel package in config/escalated.php. See the escalated-laravel README for full configuration reference.

Publishing Views

Internationalization

UI strings shown in this plugin's Filament resources, pages, and widgets resolve through the standard Escalated translation chain. The chain is configured in the underlying escalated-laravel package and reads, in order:

  1. App-level overrides (lang/vendor/escalated/{locale}/{group}.php)
  2. The central escalated-dev/locale Composer package — single source of truth across all framework plugins
  3. This plugin's bundled fallback strings under resources/lang/ (namespaced as escalated-filament::*)

The central package is pulled in as an explicit dependency so that even if you only install escalated-filament without the rest of the stack the shared keys resolve correctly. To override a Filament-specific string in your application, publish:

then edit the files under lang/vendor/escalated-filament/{locale}/.

Screenshots

Coming soon.

Also Available For

Same architecture, same ticket system — native Filament experience for Laravel admin panels.

License

MIT


All versions of escalated-filament with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
escalated-dev/escalated-laravel Version ^1.5.0
escalated-dev/locale Version ^0.1
filament/filament Version ^4.0 || ^5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package escalated-dev/escalated-filament contains the following files

Loading the files please wait ...