Skip to content

Commit 5884e07

Browse files
committed
README.md updated
1 parent 076f0a1 commit 5884e07

File tree

1 file changed

+2
-71
lines changed

1 file changed

+2
-71
lines changed

README.md

+2-71
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
1+
# I'll write the docs soon :)
12

2-
[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/support-ukraine.svg?t=1" />](https://supportukrainenow.org)
3-
4-
# This is my package laravel-wallet
5-
6-
[![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)
7-
[![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)
8-
[![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)
9-
[![Total Downloads](https://img.shields.io/packagist/dt/aniket-in/laravel-wallet.svg?style=flat-square)](https://packagist.org/packages/aniket-in/laravel-wallet)
10-
11-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
12-
13-
## Support us
14-
15-
[<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)
16-
17-
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).
18-
19-
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).
203

214
## Installation
225

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

3114
```bash
3215
php artisan vendor:publish --tag="laravel-wallet-migrations"
33-
php artisan migrate
34-
```
35-
36-
You can publish the config file with:
37-
38-
```bash
39-
php artisan vendor:publish --tag="laravel-wallet-config"
40-
```
41-
42-
This is the contents of the published config file:
43-
44-
```php
45-
return [
46-
];
47-
```
48-
49-
Optionally, you can publish the views using
50-
51-
```bash
52-
php artisan vendor:publish --tag="laravel-wallet-views"
16+
php artisan migrate
5317
```
5418

55-
## Usage
56-
57-
```php
58-
$wallet = new AniketIN\Wallet();
59-
echo $wallet->echoPhrase('Hello, AniketIN!');
60-
```
61-
62-
## Testing
63-
64-
```bash
65-
composer test
66-
```
67-
68-
## Changelog
69-
70-
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
71-
72-
## Contributing
73-
74-
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
75-
76-
## Security Vulnerabilities
77-
78-
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
79-
80-
## Credits
81-
82-
- [Aniket Das](https://github.com/Aniket-IN)
83-
- [All Contributors](../../contributors)
84-
85-
## License
86-
87-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)