v0.9.2
Plugin Frame is a robust and developer-friendly WordPress plugin development framework designed for modern workflows. Built with cutting-edge technologies like Composer, npm, Tailwind CSS, and Twig, it provides a Laravel-like structure while adhering to WordPress coding standards and PSR-4 guidelines. Whether you're building lightweight plugins or complex WordPress applications, Plugin Frame streamlines development with a structured, modular, and scalable approach.
Follow these steps to set up your development environment:
Navigate to the WordPress plugins directory:
cd /path/to/wordpress/wp-content/plugins/
Clone the repository:
git clone https://github.com/RactStudio/plugin-frame.git
Install dependencies:
composer install
npm install
Build the plugin:
php
and wp
must be available in terminal.npm run build
npm run tailwind
npm run translate
npm run build:prod
Dev Tools:
npm run tunnel
npm run watch
npm run tailwind-watch
Activate the plugin through the WordPress dashboard.
Start developing your plugin! 🎉
We welcome contributions! If you’d like to improve Plugin Frame, feel free to open an issue or submit a pull request.
This project is licensed under the GPLv3 license.
🚀 Build powerful WordPress plugins effortlessly with Plugin Frame!