neverstale / craft-plugin
Neverstale integration for CraftCMS
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 4
Type:craft-plugin
Requires
- php: >=8.2
Requires (Dev)
- craftcms/cms: 5.x-dev
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- markhuot/craft-pest-core: dev-main
- neverstale/api: dev-main
- nystudio107/craft-plugin-vite: 5.0.2
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-03-11 22:34:00 UTC
README
Note, this plugin requires an active account on https://neverstale.io
Requirements
This plugin requires Craft CMS 5.4.0 or later, and PHP 8.2 or later.
Installation
You can install this plugin from the Plugin Store or with Composer.
composer require neverstale/craft craft plugin/install neverstale
Configuration
After installing the plugin, go to the plugin dashboard page in the Craft control panel to configure it.
All plugin settings can also be set via in the config/nevertale.php
file. Settings in the config file will take precedence over those set via the Control Panel.
Usage
See the full documentation at https://neverstale.io/docs/integrations/craft-cms
Plugin development
The plugin uses Vite for front end development. To get started:
npm install npm run dev # runs Vite devServer npm run build # builds for production
Tailwind CSS is used for styling using a class prefix of ns-
.