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

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

Awesome Lists containing this project

README

          

# Katapult app for Strata CMS

[![Latest Version on Packagist](https://img.shields.io/packagist/v/astrogoat/katapult.svg?style=flat-square)](https://packagist.org/packages/astrogoat/katapult)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/astrogoat/katapult/run-tests?label=tests)](https://github.com/astrogoat/katapult/actions?query=workflow%3Arun-tests+branch%3Amain)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/astrogoat/katapult/Check%20&%20fix%20styling?label=code%20style)](https://github.com/astrogoat/katapult/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/astrogoat/katapult.svg?style=flat-square)](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.