Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torralbodavid/duck-funk-core
Core of the Duck Funk CMS for Arcturus Emulator
https://github.com/torralbodavid/duck-funk-core
hacktoberfest
Last synced: 19 days ago
JSON representation
Core of the Duck Funk CMS for Arcturus Emulator
- Host: GitHub
- URL: https://github.com/torralbodavid/duck-funk-core
- Owner: torralbodavid
- License: gpl-3.0
- Created: 2019-10-06T13:37:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:32:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T17:18:22.760Z (2 months ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Duck Funk Core
[![Latest Version on Packagist](https://img.shields.io/packagist/v/torralbodavid/duck-funk-core.svg?style=flat-square)](https://packagist.org/packages/torralbodavid/duck-funk-core)
[![Total Downloads](https://img.shields.io/packagist/dt/torralbodavid/duck-funk-core.svg?style=flat-square)](https://packagist.org/packages/torralbodavid/duck-funk-core)
[![StyleCI](https://github.styleci.io/repos/7548986/shield)](https://github.styleci.io/repos/213175095)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/torralbodavid/duck-funk-core/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/torralbodavid/duck-funk-core/?branch=master)
[![Build Status](https://travis-ci.org/torralbodavid/duck-funk-core.svg?branch=master)](https://travis-ci.org/torralbodavid/duck-funk-core)> **Note:** This is the core of the Duck Funk CMS for Arcturus Morningstar. If you want to build your own hotel, visit the main [Duck funk repository](https://github.com/torralbodavid/duck-funk).
## Installation
You can install the package via composer:
```bash
composer require torralbodavid/duck-funk-core
```
### 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
- [David Torralbo Pérez](https://github.com/torralbodavid)
- [All Contributors](../../contributors)## License
The GNU GPLv3. Please see [License File](LICENSE.md) for more information.
## Laravel Package Boilerplate
This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).