|
| 1 | +<p align="center"> |
| 2 | + <img title="Laravel Zero" height="100" src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo/laravel-zero-readme.png" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<p align="center"> |
| 6 | + <a href="https://github.com/laravel-zero/framework/actions"><img src="https://img.shields.io/github/workflow/status/laravel-zero/framework/Continuous%20Integration.svg" alt="Build Status"></img></a> |
| 7 | + <a href="https://scrutinizer-ci.com/g/laravel-zero/framework"><img src="https://img.shields.io/scrutinizer/g/laravel-zero/framework.svg" alt="Quality Score"></img></a> |
| 8 | + <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/d/total.svg" alt="Total Downloads"></a> |
| 9 | + <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/v/stable.svg" alt="Latest Stable Version"></a> |
| 10 | + <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://poser.pugx.org/laravel-zero/framework/license.svg" alt="License"></a> |
| 11 | +</p> |
| 12 | + |
| 13 | +<h4> <center>This is a <bold>community project</bold> and not an official Laravel one </center></h4> |
| 14 | + |
| 15 | +Laravel Zero was created by, and is maintained by [Nuno Maduro](https://github.com/nunomaduro), 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. |
| 16 | + |
| 17 | +- Built on top of the [Laravel](https://laravel.com) components. |
| 18 | +- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others. |
| 19 | +- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS. |
| 20 | +- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/). |
| 21 | +- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting |
| 22 | + |
| 23 | +------ |
| 24 | + |
| 25 | +## Documentation |
| 26 | + |
| 27 | +For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). |
| 28 | + |
| 29 | +## Support the development |
| 30 | +**Do you like this project? Support it by donating** |
| 31 | + |
| 32 | +- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L) |
| 33 | +- Patreon: [Donate](https://www.patreon.com/nunomaduro) |
| 34 | + |
| 35 | +## License |
| 36 | + |
| 37 | +Laravel Zero is an open-source software licensed under the [MIT license](https://github.com/laravel-zero/laravel-zero/blob/stable/LICENSE.md). |
0 commit comments