laravel-zero / framework
The Laravel Zero Framework.
v13.0.0
2026-08-06 22:08 UTC
Requires
- php: ^8.3
- ext-json: *
- dragonmantank/cron-expression: ^3.6
- guzzlehttp/guzzle: ^7.15.3
- illuminate/cache: ^13.24
- illuminate/collections: ^13.24
- illuminate/config: ^13.24
- illuminate/console: ^13.24
- illuminate/container: ^13.24
- illuminate/contracts: ^13.24
- illuminate/events: ^13.24
- illuminate/filesystem: ^13.24
- illuminate/process: ^13.24
- illuminate/support: ^13.24
- illuminate/testing: ^13.24
- laravel-zero/foundation: ^13.23
- laravel/prompts: ^0.3.22
- league/flysystem: ^3.35.2
- nunomaduro/collision: ^8.9.5
- nunomaduro/laravel-console-summary: ^1.14
- nunomaduro/laravel-console-task: ^1.11
- nunomaduro/laravel-desktop-notifier: ^3.0.0
- nunomaduro/termwind: ^2.4
- psr/log: ^3.0.2
- ramsey/uuid: ^4.9.3
- symfony/console: ^7.4|^8.1.2
- symfony/error-handler: ^7.4|^8.1.2
- symfony/event-dispatcher: ^7.4|^8.1.2
- symfony/finder: ^7.4|^8.1.1
- symfony/process: ^7.4.13|^8.1
- symfony/var-dumper: ^7.4|^8.1.2
- vlucas/phpdotenv: ^5.6.4
Requires (Dev)
- illuminate/bus: ^13.24
- illuminate/database: ^13.24
- illuminate/http: ^13.24
- illuminate/log: ^13.24
- illuminate/queue: ^13.24
- illuminate/redis: ^13.24
- illuminate/view: ^13.24
- laravel-zero/phar-updater: ^1.4.2
- laravel/mcp: ^0.9.1
- laravel/pint: ^1.30.4
- nunomaduro/laravel-console-dusk: ^1.15
- nunomaduro/laravel-console-menu: ^3.7
- pestphp/pest: ^4.7.8 || ^5.0.3
- phpstan/phpstan: ^2.2.8
Suggests
- ext-pcntl: Required to ensure that data is cleared when cancelling the build process.
This package is auto-updated.
Last update: 2026-08-06 22:21:09 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.
