From 5884e072093d59826b7021b0a4312e8631619f32 Mon Sep 17 00:00:00 2001 From: Aniket Das Date: Tue, 24 May 2022 03:31:00 +0530 Subject: [PATCH] `README.md` updated --- README.md | 73 ++----------------------------------------------------- 1 file changed, 2 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index b3e230f..1e00058 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,5 @@ +# I'll write the docs soon :) -[](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 - -[](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 @@ -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.