astrogoat / pebble-post
A PebblePost app for Strata
Fund package maintenance!
astrogoat
Installs: 1 547
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- astrogoat/strata: ^0.7.0
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- nunomaduro/collision: ^5.3|^7.0
- orchestra/testbench: ^6.15|^8.5
- pestphp/pest: ^1.18|^2.16
- pestphp/pest-plugin-laravel: ^1.1|^2.2
- spatie/laravel-ray: ^1.23
- vimeo/psalm: ^4.8|^5.15
README
This repo can be used to scaffold a Strata CMS App package. Follow these steps to get started:
- Press the "Use template" button at the top of this repo to create a new repo with the contents of this pebble-post
- Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files
- Remove this block of text.
- Have fun creating your package.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
composer require astrogoat/pebble-post
Usage
$pebble-post = new Astrogoat\PebblePost(); echo $pebble-post->echoPhrase('Hello, Astrogoat!');
Testing
composer test
Releasing a new version
Use the included GitHub action to create a new release.
Go to https://github.com/astrogoat/pebble-post/actions/workflows/release.yml click the "Run workflow" dropdown, select your version level bump, and click the "Run workflow" button.
or run gh workflow run release.yml
from your pebble-post directory if you have the GitHub CLI installed locally.
Important: Make sure that the Miles Bot user is included in the list of users who can bypass required pull request requirement Your repo -> Settings -> Branches -> Main (edit) -> "Allow specified actors to bypass required pull requests"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.