Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintercms/wn-battlesnake-plugin
WIP playground for building Battlesnakes in Winter CMS
https://github.com/wintercms/wn-battlesnake-plugin
Last synced: about 1 month ago
JSON representation
WIP playground for building Battlesnakes in Winter CMS
- Host: GitHub
- URL: https://github.com/wintercms/wn-battlesnake-plugin
- Owner: wintercms
- License: mit
- Created: 2023-12-18T09:46:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T09:48:20.000Z (about 1 year ago)
- Last Synced: 2024-05-23T08:27:49.159Z (7 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - Winter.Battlesnake - WIP plugin for building [Battlesnakes](https://play.battlesnake.com/) in Winter CMS. (Uncategorized / Uncategorized)
README
# Battlesnake Plugin
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/wintercms/wn-battlesnake-plugin/blob/main/LICENSE)
Playground for building & debugging battlesnakes in Winter CMS.
## Installation
This plugin is available for installation via [Composer](http://getcomposer.org/).
**NOTE:** This is a WORK-IN-PROGRESS BETA plugin for integrating Laravel Passport with WinterCMS. It is not complete, and no guarantees are made in regards to it's working condition. Please test out and offer improvements / bug reports.
```bash
composer require winter/wn-battlesnake-plugin
```After installing the plugin you will need to run the migrations and (if you are using a [public folder](https://wintercms.com/docs/develop/docs/setup/configuration#using-a-public-folder)) [republish your public directory](https://wintercms.com/docs/develop/docs/console/setup-maintenance#mirror-public-files).
```bash
php artisan migrate
```