creative-syntax/artisan-ui
Run Laravel Artisan commands from a web-based UI on live servers, including shared hosting. Install, visit /{prefix}/artisan-ui, and execute common tasks (cache, migrations, controllers, more). Configurable route prefix/name, heading, and optional login/password protection.
migrate, queue:work, or cache:clear without terminal access.queue:work); this package focuses on triggers, not live feedback.For Executives: "This package turns Laravel’s powerful CLI tools into a no-code interface, letting teams like Marketing or Support trigger critical backend tasks (e.g., database updates, cache refreshes) without waiting for DevOps. It’s like giving a ‘Run Now’ button for Artisan commands—saving time, reducing errors, and lowering support tickets. For a one-time setup, it’s a force multiplier for our internal tools."
For Engineering: "Artisan-UI lets us expose CLI commands to non-devs via a simple UI layer, cutting context-switching and onboarding time. It’s MIT-licensed, actively maintained (15 stars, recent commits), and integrates cleanly with Laravel’s service container. Tradeoff: minimal customization for speed—ideal for MVP admin panels or ops dashboards. We’d need to validate if our specific commands fit the package’s input/output model (e.g., flags vs. forms)."
How can I help you explore Laravel packages today?