Skip to content

Commit 15278ce

Browse files
updated readme
1 parent 3306ab6 commit 15278ce

1 file changed

Lines changed: 41 additions & 26 deletions

File tree

README.md

Lines changed: 41 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,55 @@
1-
<a href="https://supportukrainenow.org/"><img src="https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg" width="100%"></a>
1+
# Vendor Kill
22

3-
------
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/abdelhamiderrahmouni/vendorkill.svg?style=flat-square)](https://packagist.org/packages/abdelhamiderrahmouni/vendorkill)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/abdelhamiderrahmouni/vendorkill/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/abdelhamiderrahmouni/vendorkill/actions?query=workflow%3Arun-tests+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/abdelhamiderrahmouni/vendorkill/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/abdelhamiderrahmouni/vendorkill/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
6+
[![Total Downloads](https://img.shields.io/packagist/dt/abdelhamiderrahmouni/vendorkill.svg?style=flat-square)](https://packagist.org/packages/abdelhamiderrahmouni/vendorkill)
47

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.
89

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
1511

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:
1713

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+
```
1917

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
2519

26-
------
20+
```php
21+
22+
```
2723

28-
## Documentation
24+
## Update
2925

30-
For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).
26+
```bash
3127

32-
## Support the development
33-
**Do you like this project? Support it by donating**
28+
```
3429

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)
3752

3853
## License
3954

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

Comments
 (0)