An open API service indexing awesome lists of open source software.

https://github.com/cslant/blog-core

A Laravel package for CSlant Blog Core. Take care of important dependencies, configurations, and commands for the blog. Using in the blog-admin repo
https://github.com/cslant/blog-core

blog blog-core core cslant cslant-blog cslant-core cslant-package laravel-package package

Last synced: about 2 months ago
JSON representation

A Laravel package for CSlant Blog Core. Take care of important dependencies, configurations, and commands for the blog. Using in the blog-admin repo

Awesome Lists containing this project

README

        

# Blog Core Package for CSlant Blog 👋


License
Latest Version
Test Status
Quality Score
Maintainability

```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██╗ ██████╗ ██████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██║ ██╔═══██╗██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██████╔╝██║ ██║ ██║██║ ███╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██╔══██╗██║ ██║ ██║██║ ██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝███████╗╚██████╔╝╚██████╔╝
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝
```

This is a package for CSlant's blog Core.

## 📋 Requirements

- PHP
- [Composer](https://getcomposer.org/)

| Is Maintain | PHP | Laravel | Blog Core |
|--------------------|------|--------------------|-----------|
| :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-core
```

## 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.