Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-IN committed May 23, 2022
1 parent 076f0a1 commit 5884e07
Showing 1 changed file with 2 additions and 71 deletions.
73 changes: 2 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,5 @@
# I'll write the docs soon :)

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)

# This is my package laravel-wallet

[![Latest Version on Packagist](https://img.shields.io/packagist/v/aniket-in/laravel-wallet.svg?style=flat-square)](https://packagist.org/packages/aniket-in/laravel-wallet)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/aniket-in/laravel-wallet/run-tests?label=tests)](https://github.com/aniket-in/laravel-wallet/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/aniket-in/laravel-wallet/Check%20&%20fix%20styling?label=code%20style)](https://github.com/aniket-in/laravel-wallet/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/aniket-in/laravel-wallet.svg?style=flat-square)](https://packagist.org/packages/aniket-in/laravel-wallet)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

## Support us

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/laravel-wallet.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/laravel-wallet)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

## Installation

Expand All @@ -30,58 +13,6 @@ You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="laravel-wallet-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
php artisan vendor:publish --tag="laravel-wallet-config"
```

This is the contents of the published config file:

```php
return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="laravel-wallet-views"
php artisan migrate
```

## Usage

```php
$wallet = new AniketIN\Wallet();
echo $wallet->echoPhrase('Hello, AniketIN!');
```

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Aniket Das](https://github.com/Aniket-IN)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 comments on commit 5884e07

Please sign in to comment.