Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thathoff/kirby-migrations
A Kirby plugin to run migrations when deploying your Kirby site.
https://github.com/thathoff/kirby-migrations
Last synced: 5 days ago
JSON representation
A Kirby plugin to run migrations when deploying your Kirby site.
- Host: GitHub
- URL: https://github.com/thathoff/kirby-migrations
- Owner: thathoff
- License: mit
- Created: 2022-04-30T12:57:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T13:06:28.000Z (over 2 years ago)
- Last Synced: 2024-12-15T23:15:33.208Z (18 days ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kirby Migrations
This plugin provides a simple migrations setup for [Kirby CMS](https://getkirby.com/).
Use cases might be **database migrations** for your SQL database, **migrating content** or
**creating pages** when deploying your Kirby page.⚠️ This plugin is still heavily under development. So don’t consider any API stable.
Documentation following soon.