Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```