Concept Flow - Artisan CLI overview
Start Artisan CLI
User types command
Artisan parses command
Matches command to action
Executes action
Shows output/result
Waits for next command or exit
Artisan CLI waits for your command, understands it, runs the right task, then shows the result.