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

https://github.com/bolt/reference-extension

This Bolt extension can be used as a starting point to base your own extensions on.
https://github.com/bolt/reference-extension

Last synced: about 1 year ago
JSON representation

This Bolt extension can be used as a starting point to base your own extensions on.

Awesome Lists containing this project

README

          

# Acme ReferenceExtension

Author: YourNameHere

This Bolt extension can be used as a starting point to base your own extensions on.

Installation:

```bash
composer require acmecorp/reference-extension
```

## Running PHPStan and Easy Codings Standard

First, make sure dependencies are installed:

```
COMPOSER_MEMORY_LIMIT=-1 composer update
```

And then run ECS:

```
vendor/bin/ecs check src
```