Skip to main content
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 5.x documentation.

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

Sponsored by