https://github.com/astrogoat/katapult
Katapult app for Stratum CMS
https://github.com/astrogoat/katapult
laravel php stratum
Last synced: 5 months ago
JSON representation
Katapult app for Stratum CMS
- Host: GitHub
- URL: https://github.com/astrogoat/katapult
- Owner: astrogoat
- License: mit
- Created: 2021-09-30T15:26:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T15:01:13.000Z (about 1 year ago)
- Last Synced: 2025-06-25T16:22:01.707Z (about 1 year ago)
- Topics: laravel, php, stratum
- Language: PHP
- Size: 52.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Katapult app for Strata CMS
[](https://packagist.org/packages/astrogoat/katapult)
[](https://github.com/astrogoat/katapult/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/astrogoat/katapult/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[](https://packagist.org/packages/astrogoat/katapult)
## Installation
You can install the package via composer:
```bash
composer require astrogoat/katapult
```
## Usage
Add the include to your Blade view where you need it
```php
@include('katapult::script')
```
When enabled this will add the Katapult javascript. You now have access to Katapult's Javascript object.
`katapult.preapprove()`
See [Katapult documentation](https://docs.katapult.com/docs) for more info.
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Laura Tonning](https://github.com/tonning)
- [All Contributors](../../contributors)
This katapult package is forked from the awesome [Spatie katapult package](https://github.com/spatie/package-katapult-laravel#support-us). Please go support them if you can.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.