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.
- Host: GitHub
- URL: https://github.com/bolt/reference-extension
- Owner: bolt
- License: mit
- Created: 2019-08-04T15:11:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T11:47:36.000Z (about 5 years ago)
- Last Synced: 2025-03-30T19:22:17.304Z (over 1 year ago)
- Language: PHP
- Size: 25.4 KB
- Stars: 5
- Watchers: 14
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```