Ecosyste.ms: Awesome
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
https://github.com/cslant/blog-core
blog blog-core core cslant cslant-blog cslant-core cslant-package laravel-package package
Last synced: 14 days ago
JSON representation
A Laravel package for CSlant Blog Core. Take care of important dependencies, configurations, and commands for the blog
- Host: GitHub
- URL: https://github.com/cslant/blog-core
- Owner: cslant
- License: mit
- Created: 2024-07-18T10:01:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T16:09:03.000Z (about 1 month ago)
- Last Synced: 2024-12-07T16:26:34.928Z (about 1 month ago)
- Topics: blog, blog-core, core, cslant, cslant-blog, cslant-core, cslant-package, laravel-package, package
- Language: PHP
- Homepage:
- Size: 86.9 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog Core Package for CSlant Blog 👋
```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██╗ ██████╗ ██████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██║ ██╔═══██╗██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██████╔╝██║ ██║ ██║██║ ███╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██╔══██╗██║ ██║ ██║██║ ██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝███████╗╚██████╔╝╚██████╔╝
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝
```This is a package for CSlant's blog Core.
## 📋 Requirements
- PHP ^8.1
- [Composer](https://getcomposer.org/)## 🔧 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.