Version

Theme

NOTE

You are currently viewing the documentation for Filament 3.x, which is a previous version of Filament.

Looking for the current stable version? Visit the 4.x documentation.

Core Concepts

Stubs

Publishing the stubs

If you would like to customize the files that are generated by Filament, you can do so by publishing the “stubs” to your application. These are template files that you can modify to your own preferences.

To publish the stubs to the stubs/filament directory, run the following command:

php artisan vendor:publish --tag=filament-stubs
Edit on GitHub

Still need help? Join our Discord community or open a GitHub discussion

Previous
Tabs Blade component