winter / wn-battlesnake-plugin
Playground for building Battlesnakes in Winter CMS
Fund package maintenance!
wintercms
Open Collective
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:winter-plugin
Requires
- php: >=7.2
- composer/installers: ~1.11
This package is auto-updated.
Last update: 2024-11-15 18:48:33 UTC
README
Playground for building & debugging battlesnakes in Winter CMS.
Installation
This plugin is available for installation via Composer.
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.
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) republish your public directory.
php artisan migrate