https://github.com/mvdnbrk/laravel-documentation
https://github.com/mvdnbrk/laravel-documentation
docs documentation laravel
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mvdnbrk/laravel-documentation
- Owner: mvdnbrk
- License: mit
- Created: 2020-04-01T16:26:00.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T14:35:57.000Z (over 2 years ago)
- Last Synced: 2025-04-09T23:09:21.959Z (about 1 year ago)
- Topics: docs, documentation, laravel
- Language: PHP
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
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