Development License

Hi! I would like developers to be able to install our backend dashboard on their machines while they develop with Filament and its plugins. It seems, however, that there's only one license granted. This means that we'd have to distribute our license key to developers, which is not good. How should I go about maintaining prod license key privacy, while allowing engineers to install Filament for development?
1 Reply
Dennis Koch
Dennis Koch3d ago
Filament doesn't require a license. So it's probably about a paid plugin? Usually there is no other way then sending that key to every dev. You can add an encrypted .env file to the repo and only share the enc password. Then everyone is always up to date. Or you use a password manager with CLI integration. There are many ways.

Did you find this page helpful?