laravel-zero-json-config
Base JSON configuration service for CLIs, with scope strategies (global, per-repo, per-project), get/set/all and 0600 writes.
laravel-zero-api-client
Reusable base REST HTTP client for Laravel Zero CLIs: get/post/put/delete, pagination, Basic/Bearer auth and consistent API error handling.
laravel-zero-credentials
Reusable base for storing CLI authentication credentials locally in JSON (~/.<app>/config.json or XDG), with 0600 permissions and a typed credentials contract.
laravel-zero-console
Reusable traits for Laravel Zero commands: output formatting (tables, state colorization, dates), standardized API error handling, and cwd/argument path resolution.
laravel-zero-git
Detect the current repository from the git remote: parse SSH/HTTPS remote URLs into host/owner/repo and build a stable slug, used by CLIs that auto-detect their workspace/repo.
laravel-zero-self-update
Reusable self-update service and base command for Laravel Zero CLIs distributed as a PHAR via GitHub Releases.
laravel-zero-support
Reusable base utilities for Laravel Zero CLIs: cross-OS home/config directory resolution, opening URLs in the default browser, and secure JSON writing.
laravel-zonda
by laramint
Zonda is a command-line tool for building standalone Laravel packages without needing a host Laravel application. It lets you work inside a package directory as if you were inside a regular Laravel project — running migrations, artisan commands, scaffolding files — while the package itself stays clean and portable.
laravel-api-forge
by goez
A powerful command-line tool for scaffolding Laravel API projects with modern development practices and essential packages pre-configured.
laravel-harbor
by mehrancodes
A CLI tool to Quickly create On-Demand preview environment for your apps.
dusk-for-laravel-zero
by gpibarra
Dusk for Laravel Zero allows the usage of Laravel Dusk in Laravel/Laravel Zero as testing.
laravel-console-dusk
by nunomaduro
Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
laravel-console-summary
by nunomaduro
A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.
laravel-console-menu
by nunomaduro
Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.
laravel-console-task
by nunomaduro
Laravel Console Task is a output method for your Laravel/Laravel Zero commands.