Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbrax/annoucement
Laravel package to quickly get started with annoucement on laravel applications
https://github.com/dbrax/annoucement
annoucement laravel-framework laravel-package
Last synced: 17 days ago
JSON representation
Laravel package to quickly get started with annoucement on laravel applications
- Host: GitHub
- URL: https://github.com/dbrax/annoucement
- Owner: dbrax
- License: mit
- Created: 2021-06-09T18:05:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T09:06:35.000Z (over 3 years ago)
- Last Synced: 2024-10-09T16:24:15.905Z (28 days ago)
- Topics: annoucement, laravel-framework, laravel-package
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![Latest Version on Packagist](https://img.shields.io/packagist/v/epmnzava/annoucement.svg?style=flat-square)](https://packagist.org/packages/epmnzava/annoucement)
[![Total Downloads](https://img.shields.io/packagist/dt/epmnzava/annoucement.svg?style=flat-square)](https://packagist.org/packages/epmnzava/annoucement)
![GitHub Actions](https://github.com/dbrax/annoucement/actions/workflows/main.yml/badge.svg)A laravel package module to add annoucement functionalities on your laravel application
## Installation
You can install the package via composer:
```bash
composer require epmnzava/annoucement
```## Usage
```php
// usage comming soon
```### Testing
```bash
composer test
```### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
### Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Emmanuel Mnzava](https://github.com/dbrax)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.