All Projects → mogelbrod → kirby-copy-files

mogelbrod / kirby-copy-files

Licence: MIT License
Clone page dashboard widget for Kirby panel

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to kirby-copy-files

content-viewer
A nifty little Kirby widget that allows you to show a block of Kirbytext or Markdown content in Kirby's panel.
Stars: ✭ 16 (+33.33%)
Mutual labels:  kirby-plugin, kirby-widget, kirby-panel
kirbyup
🆙 Zero-config bundler for Kirby Panel plugins
Stars: ✭ 33 (+175%)
Mutual labels:  kirby, kirby-plugin, kirby-panel
kirby-backup-widget
Kirby panel widget to easily backup your site content.
Stars: ✭ 25 (+108.33%)
Mutual labels:  kirby, kirby-widget, kirby-panel
kirby-boiler-field
Boilerplate for Kirby form fields
Stars: ✭ 15 (+25%)
Mutual labels:  kirby, kirby-plugin, kirby-panel
Cartkit
Cartkit - The [quick] starter kit!
Stars: ✭ 39 (+225%)
Mutual labels:  kirby, kirby-plugin, kirby-widget
kirby-sortable
Making subpage managing a breeze
Stars: ✭ 82 (+583.33%)
Mutual labels:  kirby, kirby-plugin
kirby-blade
Enable Laravel Blade Template Engine for Kirby 3
Stars: ✭ 20 (+66.67%)
Mutual labels:  kirby, kirby-plugin
kirby3-many-to-many-field
This plugin allows you to create many-to-many relationships between pages in Kirby and synchronizes them on both sides.
Stars: ✭ 38 (+216.67%)
Mutual labels:  kirby, kirby-plugin
grid-gallery
A KirbyCMS plugin for adding grid galleries
Stars: ✭ 16 (+33.33%)
Mutual labels:  kirby, kirby-plugin
kirby-hashed-assets
🛷 File name hashes support for css() and js() helpers. Without rewrite rules!
Stars: ✭ 15 (+25%)
Mutual labels:  kirby, kirby-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+125%)
Mutual labels:  kirby, kirby-plugin
kirby-membership
Simple Membership plugin for Kirby CMS
Stars: ✭ 27 (+125%)
Mutual labels:  kirby, kirby-plugin
KirbyComments
[Kirby 2] File-based comments stored as subpages for the Kirby CMS.
Stars: ✭ 68 (+466.67%)
Mutual labels:  kirby, kirby-plugin
kirby-file-types
Show file fields only for specific file types
Stars: ✭ 13 (+8.33%)
Mutual labels:  kirby, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+308.33%)
Mutual labels:  kirby, kirby-plugin
kirby-map-field
🗺 An easy way to use maps and location data in Kirby.
Stars: ✭ 41 (+241.67%)
Mutual labels:  kirby, kirby-plugin
kirby-architect
📐 Easily reference Blueprint data from anywhere in your Kirby application.
Stars: ✭ 38 (+216.67%)
Mutual labels:  kirby, kirby-plugin
retour-for-kirby
Kirby 3 plugin to manage redirects and track 404s right from the Panel
Stars: ✭ 96 (+700%)
Mutual labels:  kirby, kirby-plugin
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (+83.33%)
Mutual labels:  kirby, kirby-plugin
kirby-git
Kirby plugin for updating content in the panel via Git
Stars: ✭ 75 (+525%)
Mutual labels:  kirby, kirby-panel

kirby-copy-files

Dashboard widget for Kirby panel that allows users to copy (clone) existing pages and files.

Screenshot

Currently only auto-suggests existing pages, not files (but supports file copying as well).

Installation

Requirements

  • PHP 5.4.0+
  • Kirby 2.4.0+

Kirby CLI (untested)

cd path/to/kirby
kirby plugin:install mogelbrod/kirby-copy-files

This should install the plugin at site/plugins/copy-files.

Git Submodule

cd path/to/kirby
git submodule add https://github.com/mogelbrod/kirby-copy-files.git site/plugins/copy-files

Manual download

  1. Download a ZIP archive of this repository
  2. Extract the contents of master.zip
  3. Rename the extracted folder to copy-files and move it into the site/plugins/ directory in your Kirby project
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].