Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
TartanLeGrand authored Aug 1, 2024
2 parents 85750b7 + aa7f044 commit 79732ce
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generate OpenAPI specification for Laravel Applications

[![Latest Stable Version](http://poser.pugx.org/tartanlegrand/laravel-openapi/v)](https://packagist.org/packages/tartanlegrand/laravel-openapi)
![Packagist Version](https://img.shields.io/packagist/v/tartanlegrand/laravel-openapi?style=flat-square)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://github.com/tartanlegrand/laravel-openapi/workflows/Tests/badge.svg)](https://github.com/tartanlegrand/laravel-openapi/actions)
![GitHub branch status](https://img.shields.io/github/checks-status/TartanLeGrand/laravel-openapi/main?style=flat-square)
[![Total Downloads](https://img.shields.io/packagist/dt/tartanlegrand/laravel-openapi.svg?style=flat-square)](https://packagist.org/packages/tartanlegrand/laravel-openapi)

## Documentation
Expand All @@ -12,3 +12,31 @@ You'll find the documentation on https://tartanlegrand.github.io/laravel-openapi
## License

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

## Community and Contributing

We invite you to join our community and contribute to the project. Whether you're interested in development, reporting bugs, or simply providing suggestions and feedback, all contributions are welcome!

### How to Contribute

1. **Report a Bug**: Open a [GitHub issue](https://github.com/TartanLeGrand/laravel-openapi/issues) to report bugs or propose improvements.
2. **Submit Code**: For development details, see the [CONTRIBUTING](CONTRIBUTING.md) guide. For major changes, including CLI interface changes, please open an issue first to discuss what you would like to change.
3. **Documentation**: Help us improve the documentation on [our site](https://tartanlegrand.github.io/laravel-openapi).

Thanks to everyone who has contributed, including bug reports, code, feedback, and suggestions!

### List of Contributors

A big thank you to all who have contributed to this project. Here are some of our most active contributors:

<a href="https://github.com/tartanlegrand/laravel-openapi/graphs/contributors">
<img src="https://contrib.rocks/image?repo=tartanlegrand/laravel-openapi" />
</a>

If you would like to see your name here, start contributing today!

## Join Us

Connect with other users and contributors on our [discussion forum](https://github.com/TartanLeGrand/laravel-openapi/discussions) and join the conversation around the project.

We ❤️ contributions big or small. Thank you for being part of our community and helping improve this open source project.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
You can install the package via composer:

```bash
composer require vyuldashev/laravel-openapi
composer require tartanlegrand/laravel-openapi
```

The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
Expand Down

0 comments on commit 79732ce

Please sign in to comment.