https://github.com/cslant/blog-api-package
A Laravel package for CSlant Blog API. Using in the blog-admin repo
https://github.com/cslant/blog-api-package
api api-package blog cslant cslant-blog cslant-package laravel-package package
Last synced: about 2 months ago
JSON representation
A Laravel package for CSlant Blog API. Using in the blog-admin repo
- Host: GitHub
- URL: https://github.com/cslant/blog-api-package
- Owner: cslant
- License: mit
- Created: 2024-06-23T12:10:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:40:37.000Z (about 2 months ago)
- Last Synced: 2025-04-11T16:38:23.673Z (about 2 months ago)
- Topics: api, api-package, blog, cslant, cslant-blog, cslant-package, laravel-package, package
- Language: PHP
- Homepage: https://github.com/cslant/blog-admin
- Size: 369 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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
- [Composer](https://getcomposer.org/)
- Core: [Blog Core](https://github.com/cslant/blog-core.git)| Is Maintain | PHP | Laravel | Blog API Package |
|--------------------|------|--------------------|------------------|
| :white_check_mark: | ^8.2 | ^11.0, ^12.0 | v2.0 |
| :x: | ^8.1 | ^9.0, ^10.0, ^11.0 | v1.x |## 🔧 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 look at [License File](LICENSE) for more information.