LLaraNode
Packages

Console Package

The @lara-node/console package provides a Laravel Artisan-style CLI with commands and scheduler.

Console Package

The @lara-node/console package provides a Laravel Artisan-style CLI with commands and scheduler.

Installation

pnpm add @lara-node/console @lara-node/core

Overview

Features include:

  • 40+ built-in commands for migrations, queues, cache, routes
  • Custom command creation
  • Interactive prompts for input
  • Colored output with tables
  • Scheduler integration

The artisan Binary

pnpm exec artisan [command]

Key Exports

ExportDescription
CommandBase command class
KernelCommand kernel

Next Steps