How to use a language package after it has been published ?
Hi, I have published language packages using the following command, "php artisan vendor:publish --tag=filament-panels-translations," but I can't find in the documentation how to use them.
2 Replies
Edit them in the standard place? resource/lang/vendor I believe
I just want to activate a specific lang package for my dashboard, the lang package already exist in the lang/vendor/filament-panels, but I obviously need to specify somewhere which one I want to use
Ok, I needed to change into app.php