V2 is in public beta! 🎉 Report any issues on the repository.

Powerful suite of Blade components for TALL Stack apps.

Commands

TallStackUI available commands.

TallStackUI provides some useful commands to help you during the development process of your projects that use TallStackUI. On this page, we will list all the commands and their references with details of the purpose of each command.

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:

Find Component Command Output

Command used to set up component prefix.

php artisan tallstackui:setup-prefix

This command is used to set up the component prefix. You can read more about it by clicking here.

Command used to set up component prefix.

php artisan tallstackui:setup-colors

This command is used to set up or manipulate component colors. You can read more about it by clicking here.

Code highlighting provided by Torchlight