Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soltancode authored Sep 15, 2022
1 parent 7337d2c commit 61434cc
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# ReturnResponse
# ReturnResponse

It's a return helper for showing standard json responses.

## Installation



```bash
composer require soltancode/return-response
```

## Usage

```php
return returnResponse()->response($httpResponse, $data, $message);
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit 61434cc

Please sign in to comment.