Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cslant/blog-api-package
A Laravel package for CSlant Blog API
https://github.com/cslant/blog-api-package
api api-package blog cslant cslant-blog cslant-package laravel-package package
Last synced: 14 days ago
JSON representation
A Laravel package for CSlant Blog API
- Host: GitHub
- URL: https://github.com/cslant/blog-api-package
- Owner: cslant
- License: mit
- Created: 2024-06-23T12:10:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T09:50:09.000Z (about 1 month ago)
- Last Synced: 2024-12-05T10:31:12.461Z (about 1 month ago)
- Topics: api, api-package, blog, cslant, cslant-blog, cslant-package, laravel-package, package
- Language: PHP
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog API Package for CSlant Blog 👋
```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██╗ ██████╗ ██████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██║ ██╔═══██╗██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██████╔╝██║ ██║ ██║██║ ███╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██╔══██╗██║ ██║ ██║██║ ██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝███████╗╚██████╔╝╚██████╔╝
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝
```This is a package for CSlant's blog API.
## 📋 Requirements
- PHP ^8.1
- [Composer](https://getcomposer.org/)
- Core: [Blog Core](https://github.com/cslant/blog-core.git)## 🔧 Installation
```bash
composer require cslant/blog-api-package
```## Commit template
If you want to use a commit template, you can use the following command in the root directory of this project:
```bash
git config --local commit.template .github/commit_message.txt
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.