Commands
TallStackUI available commands.
TallStackUI offers several useful commands to help during the development process of your projects that use TallStackUI. On this page we will list all the commands and their references for explanations or details.
Command to setup icons. See the details of the command and how to use it by clicking here.
Command to setup prefix. See the details of the command and how to use it by clicking here.
# Find Component NEW
Command used to find component usages in all Blade files.
php artisan tallstackui:find-component
After running the command, you will need to select the component you want to find usages for, and then the command will list all the files that use the selected component, and also the line number where the component is used. When any occurrence is found, the output will be similar to the following: