You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4id="custom-mime-type-mapping">Custom MIME type mapping</h4>
452
+
<p>Some file formats may not be recognized correctly by the browser when uploading files. Filament allows you to manually define MIME types for specific file extensions using the <code>mimeTypeMap()</code> method:</p>
<p>Filament is designed to be highly extensible, allowing you to add your own UI components and features to the framework. These extensions can live inside your codebase if they’re specific to your application, or be distributed as Composer packages if they’re general-purpose. In the Filament ecosystem, these Composer packages are called “plugins”, and hundreds are available from the community. The Filament team also officially maintains several plugins that provide integration with popular third-party packages in the Laravel ecosystem.</p>
157
157
<p>The vast majority of plugins in the ecosystem are open-source and free to use. Some premium plugins are available for purchase, often offering enhanced customer support and quality.</p>
158
+
<blockquote>
159
+
<p>Plugins not maintained by Filament team are created and managed by independent authors. While these plugins can enhance your experience, Filament cannot guarantee their quality, security, compatibility, or maintenance. We recommend reviewing the plugin’s code, documentation, and user feedback before installation.</p>
160
+
</blockquote>
158
161
<p>You can browse an extensive list of official and community plugins on the <ahref="/plugins">Filament website</a>.</p>
159
162
<h2id="customizing-the-appearance">Customizing the appearance</h2>
160
163
<p>Tailwind CSS is a utility-based CSS framework that Filament uses as a token-based design system. Although Filament does not use Tailwind CSS utility classes directly in the HTML rendered by its components, it compiles Tailwind utilities into semantic CSS. These semantic classes can be targeted by Filament users with their own CSS to modify the appearance of components, creating a thin layer of overrides on top of the default Filament design.</p>
<h4 id="custom-mime-type-mapping">Custom MIME type mapping</h4>
452
+
<p>Some file formats may not be recognized correctly by the browser when uploading files. Filament allows you to manually define MIME types for specific file extensions using the <code>mimeTypeMap()</code> method:</p>
0 commit comments