laravel-zero / framework
The Laravel Zero Framework.
v12.1.0
2026-03-24 16:33 UTC
Requires
- php: ^8.2
- ext-json: *
- dragonmantank/cron-expression: ^3.6
- guzzlehttp/guzzle: ^7.10.0
- illuminate/cache: ^12.40.0
- illuminate/collections: ^12.40.0
- illuminate/config: ^12.40.0
- illuminate/console: ^12.40.0
- illuminate/container: ^12.40.0
- illuminate/contracts: ^12.40.0
- illuminate/events: ^12.40.0
- illuminate/filesystem: ^12.40.0
- illuminate/process: ^12.40.0
- illuminate/support: ^12.40.0
- illuminate/testing: ^12.40.0
- laravel-zero/foundation: ^12.40.0
- laravel/prompts: ^0.3.8
- league/flysystem: ^3.30.2
- nunomaduro/collision: ^8.8.3
- nunomaduro/laravel-console-summary: ^1.13.0
- nunomaduro/laravel-console-task: ^1.10
- nunomaduro/laravel-desktop-notifier: ^2.9.0
- nunomaduro/termwind: ^2.3.3
- psr/log: ^3.0.2
- ramsey/uuid: ^4.9.1
- symfony/console: ^7.3.6
- symfony/error-handler: ^7.3.6
- symfony/event-dispatcher: ^7.3.3
- symfony/finder: ^7.3.5
- symfony/process: ^7.3.4
- symfony/var-dumper: ^7.3.5
- vlucas/phpdotenv: ^5.6.2
Requires (Dev)
- illuminate/bus: ^12.40.0
- illuminate/database: ^12.40.0
- illuminate/http: ^12.40.0
- illuminate/log: ^12.40.0
- illuminate/queue: ^12.40.0
- illuminate/redis: ^12.40.0
- illuminate/view: ^12.40.0
- laravel-zero/phar-updater: ^1.4.2
- laravel/mcp: ^0.6
- laravel/pint: ^1.25.1
- nunomaduro/laravel-console-dusk: ^1.14
- nunomaduro/laravel-console-menu: ^3.6
- pestphp/pest: ^3.8.4|^4.1.5
- phpstan/phpstan: ^2.1.32
Suggests
- ext-pcntl: Required to ensure that data is cleared when cancelling the build process.
This package is auto-updated.
Last update: 2026-06-09 12:04:46 UTC
README
Laravel Zero was created by Nuno Maduro and Owen Voke, and is a micro-framework that provides an elegant starting point for your console application. It is an unofficial and customized version of Laravel optimized for building command-line applications.
Note: This repository contains the core code of the Laravel Zero framework. If you want to build an application using Laravel Zero, visit the main Laravel Zero repository.
- Built on top of the Laravel components.
- Optional installation of Laravel Eloquent, Laravel Logging and many others.
- Supports interactive menus and desktop notifications on Linux, Windows & MacOS.
- Ships with a Scheduler and a Standalone Compiler.
- Integration with Collision - Beautiful error reporting
Documentation
For full documentation, visit laravel-zero.com.
Support the development
Do you like this project? Support it by donating
License
Laravel Zero is an open-source software licensed under the MIT license.
