Skip to content

Get Started

GET THE PACKAGE

First of all thank you for purchasing Filament Fluent!

Below you’ll find extensive documentation on installing and using this plugin. Of course, if you have any questions, find a bug, need support, or have a feature request, please don’t hesitate to reach out to me at support@devaslan.ca.

Requirements

Filament Fluent requires the following:

  • PHP 8.4+
  • Filament 3+

Install the Plugin

To install Filament Fluent you’ll need to add the package via repositories to your composer.json file:

{
"repositories": [
{
"type": "composer",
"url": "https://filament-fluent.composer.sh"
}
]
}

Once the repository has been added to your composer.json file, you can install Filament Fluent like any other composer package using the composer require command:

Terminal window
composer require devaslanca/fluent

Next, you will be prompted to provide your username and password.

Terminal window
Loading composer repositories with package information
Authentication required (filament-fluent.composer.sh):
Username: [license-email]
Password: [license-key]

Here you need to type your email address (used to purchase the package) and for the password it will be your purchased package License Key.