An open API service indexing awesome lists of open source software.

https://github.com/mvdnbrk/laravel-documentation


https://github.com/mvdnbrk/laravel-documentation

docs documentation laravel

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Laravel Documentation

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Tests][ico-tests]][link-tests]
[![Code style][ico-code-style]][link-code-style]
[![Total Downloads][ico-downloads]][link-downloads]

## Installation

You may use composer to install this package into your Laravel project:

```bash
composer require mvdnbrk/laravel-documentation
```

To publish the configuration file you may run the following `artisan` command:

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

## Testing

```bash
composer test
```

## Changelog

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

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

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

## Credits

- [Mark van den Broek][link-author]
- [All Contributors][link-contributors]

## License

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

[ico-version]: https://img.shields.io/packagist/v/mvdnbrk/laravel-documentation.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-tests]: https://img.shields.io/github/workflow/status/mvdnbrk/laravel-model-expires/tests/main?label=tests&style=flat-square
[ico-code-style]: https://styleci.io/repos/252228386/shield?branch=main
[ico-downloads]: https://img.shields.io/packagist/dt/mvdnbrk/laravel-documentation.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/mvdnbrk/laravel-documentation
[link-tests]: https://github.com/mvdnbrk/laravel-model-expires/actions?query=workflow%3Atests
[link-code-style]: https://styleci.io/repos/252228386
[link-downloads]: https://packagist.org/packages/mvdnbrk/laravel-documentation
[link-author]: https://github.com/mvdnbrk
[link-contributors]: ../../contributors