Configurations
TallStackUI configurations.
TallStackUI offers a very complete configuration file that allows you to control many things related to the behavior of TallStackUI in general. Run the following command to publish the configuration file so you can get to know it and configure it according to your needs:
php artisan vendor:publish --tag=tallstackui.config
The configuration file will be published to config/tallstackui.php
. You need to keep in mind that your configuration file might be outdated after upgrading TallStackUI to a most recent version,
so it is always important to check if there were updates in the configuration file to synchronize the changes with your published file.