https://github.com/yardinternet/wp-live-content
Liveblog for WordPress sites build with Acorn.
https://github.com/yardinternet/wp-live-content
acorn package wordpress
Last synced: 5 months ago
JSON representation
Liveblog for WordPress sites build with Acorn.
- Host: GitHub
- URL: https://github.com/yardinternet/wp-live-content
- Owner: yardinternet
- License: mit
- Created: 2025-04-01T07:38:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-13T00:57:03.000Z (8 months ago)
- Last Synced: 2025-11-13T02:38:29.872Z (8 months ago)
- Topics: acorn, package, wordpress
- Language: PHP
- Homepage:
- Size: 463 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-live-content
[](https://github.com/yardinternet/wp-live-content/actions/workflows/format-php.yml)
[](https://github.com/yardinternet/wp-live-content/actions/workflows/phpstan.yml)
[](https://github.com/yardinternet/wp-live-content/actions/workflows/run-tests.yml)
[](https://github.com/yardinternet/wp-live-content/actions/workflows/badges.yml)
[](https://github.com/yardinternet/wp-live-content/actions/workflows/badges.yml)
## Requirements
- [Sage](https://github.com/roots/sage) >= 10.0
- [Acorn](https://github.com/roots/acorn) >= 4.0
## Installation
To install this package using Composer, follow these steps:
1. Add the following to the `repositories` section of your `composer.json`:
```json
{
"type": "vcs",
"url": "git@github.com:yardinternet/wp-live-content.git"
}
```
2. Install this package with Composer:
```sh
composer require yard/wp-live-content
```
3. Run the Acorn WP-CLI command to discover this package:
```shell
wp acorn package:discover
```
You can publish the config file with:
```shell
wp acorn vendor:publish --provider="Yard\LiveContent\LiveContentServiceProvider"
```
## Usage
From a Blade template:
```blade
```
## About us
[](https://www.yard.nl/werken-bij/)