|
1 | | -<a href="https://supportukrainenow.org/"><img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg" width="100%"></a> |
| 1 | +# Vendor Kill |
2 | 2 |
|
3 | | ------- |
| 3 | +[](https://packagist.org/packages/abdelhamiderrahmouni/vendorkill) |
| 4 | +[](https://github.com/abdelhamiderrahmouni/vendorkill/actions?query=workflow%3Arun-tests+branch%3Amain) |
| 5 | +[](https://github.com/abdelhamiderrahmouni/vendorkill/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) |
| 6 | +[](https://packagist.org/packages/abdelhamiderrahmouni/vendorkill) |
4 | 7 |
|
5 | | -<p align="center"> |
6 | | - <img title="Laravel Zero" height="100" src="https://raw.githubusercontent.com/laravel-zero/docs/master/images/logo/laravel-zero-readme.png" /> |
7 | | -</p> |
| 8 | +a composer package to install globally and remove composer vendor folders in you old project to save storage. |
8 | 9 |
|
9 | | -<p align="center"> |
10 | | - <a href="https://github.com/laravel-zero/framework/actions"><img src="https://github.com/laravel-zero/laravel-zero/actions/workflows/tests.yml/badge.svg" alt="Build Status"></img></a> |
11 | | - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/dt/laravel-zero/framework.svg" alt="Total Downloads"></a> |
12 | | - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/v/laravel-zero/framework.svg?label=stable" alt="Latest Stable Version"></a> |
13 | | - <a href="https://packagist.org/packages/laravel-zero/framework"><img src="https://img.shields.io/packagist/l/laravel-zero/framework.svg" alt="License"></a> |
14 | | -</p> |
| 10 | +## Installation |
15 | 11 |
|
16 | | -<h4> <center>This is a <bold>community project</bold> and not an official Laravel one </center></h4> |
| 12 | +You can install the package via composer: |
17 | 13 |
|
18 | | -Laravel Zero was created by [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), 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. |
| 14 | +```bash |
| 15 | +composer global require abdelhamiderrahmouni/vendorkill |
| 16 | +``` |
19 | 17 |
|
20 | | -- Built on top of the [Laravel](https://laravel.com) components. |
21 | | -- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others. |
22 | | -- 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. |
23 | | -- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/). |
24 | | -- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting |
| 18 | +## Usage |
25 | 19 |
|
26 | | ------- |
| 20 | +```php |
| 21 | + |
| 22 | +``` |
27 | 23 |
|
28 | | -## Documentation |
| 24 | +## Update |
29 | 25 |
|
30 | | -For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). |
| 26 | +```bash |
31 | 27 |
|
32 | | -## Support the development |
33 | | -**Do you like this project? Support it by donating** |
| 28 | +``` |
34 | 29 |
|
35 | | -- PayPal: [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L) |
36 | | -- Patreon: [Donate](https://www.patreon.com/nunomaduro) |
| 30 | +## Testing |
| 31 | + |
| 32 | +```bash |
| 33 | +composer test |
| 34 | +``` |
| 35 | + |
| 36 | +## Changelog |
| 37 | + |
| 38 | +Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. |
| 39 | + |
| 40 | +## Contributing |
| 41 | + |
| 42 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 43 | + |
| 44 | +## Security Vulnerabilities |
| 45 | + |
| 46 | +Please review [our security policy](../../security/policy) on how to report security vulnerabilities. |
| 47 | + |
| 48 | +## Credits |
| 49 | + |
| 50 | +- [Abdelhamid Errahmouni](https://github.com/abdelhamiderrahmouni) |
| 51 | +- [All Contributors](../../contributors) |
37 | 52 |
|
38 | 53 | ## License |
39 | 54 |
|
40 | | -Laravel Zero is an open-source software licensed under the MIT license. |
| 55 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments