plesk / ext-wappspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plesk extension skeleton

Plesk extension skeleton is a quick-start for your new Plesk extension using UI library.

Getting Started

Make sure your development environment has the following prerequisites installed:

Create a new project by running composer create-project plesk/ext-skeleton my-extension.

Install dependencies and compile assets with yarn install.

At this point the extension is ready to be used.

To deploy it, create a .zip archive with contents of the /src directory (except /frontend subdirectory). You can then upload this archive via Extension Catalog in Plesk UI, or use the command line utility.

License

This project is licensed under the Apache License, Version 2.0 - see the LICENSE file for details.

About

License:Other


Languages

Language:PHP 57.5%Language:JavaScript 42.5%