You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides a "block based" content management experience in Winter CMS
6
8
7
9
>**NOTE:** This plugin is still in development and is likely to undergo changes. Do not use in production environments without using a version constraint in your composer.json file and carefully monitoring for breaking changes.
8
10
9
-
>**NOTE:** This plugin requires Winter CMS v1.2.2 or above.
10
-
11
-
12
11
## Installation
13
12
14
13
This plugin is available for installation via [Composer](http://getcomposer.org/).
@@ -17,8 +16,13 @@ This plugin is available for installation via [Composer](http://getcomposer.org/
17
16
composer require winter/wn-blocks-plugin
18
17
```
19
18
20
-
In order to have the `actions` support function correctly, you need to load `/plugins/winter/blocks/assets/dist/js/blocks.js` after the Snowboard framework has been loaded.
19
+
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).
20
+
21
+
```bash
22
+
php artisan migrate
23
+
```
21
24
25
+
>**NOTE:** In order to have the `actions` support function correctly, you need to load `/plugins/winter/blocks/assets/dist/js/blocks.js` after the Snowboard framework has been loaded.
0 commit comments