devuri / raydium
Effortlessly spin up a fully-configured WordPress site in no time, specifically engineered for rapid development and deployment of secure, scalable WordPress applications, that support multiple tenants from a single installation.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 1
Type:project
Requires
- devuri/advanced-custom-site-status: *
- devuri/wp-kdx-canvas: ^0.2
- devuri/wpframework: ^0.6
- johnpbloch/wordpress: ^6.6
- wpackagist-plugin/disable-comments: *
- wpackagist-plugin/disable-json-api: *
- wpackagist-plugin/email-log: *
- wpackagist-plugin/query-monitor: *
- wpackagist-plugin/stream: *
- wpackagist-plugin/sucuri-scanner: *
- wpackagist-plugin/wp-white-label-login: *
- wpackagist-theme/kadence: *
- wpackagist-theme/twentytwentyfour: *
README
Seamlessly launch a fully-equipped WordPress site with devuri/raydium
, specifically for the rapid development and deployment of secure, scalable WordPress applications. Inspired by the ease of modern development frameworks, it delivers a frictionless setup process infused with industry-leading best practices from the outset.
Installation
Begin by ensuring you meet the prerequisites needed for a successful installation of Raydium:
- PHP version 7.4 or above is required.
- Composer, for managing PHP dependencies.
- Access to a MySQL or MariaDB database.
- Terminal access for executing commands related to Raydium and other operations.
To install Raydium with Composer, run the following command in your terminal:
composer create-project devuri/raydium your-project-name
After the installation, you can start testing Raydium locally by using this command:
php -S localhost:8000 -t public -c .user.ini
This will serve your project on a local development server at localhost:8000
.
Use Template
You can also use RaydiumX, a template repository with additional features and setup, including deploy actions.
The RaydiumX template is optional and includes a base opinionated setup.
Documentation
Explore the extensive Raydium Documentation to learn about its installation, configuration, and the features it offers.
License
This project is open-sourced software licensed under the MIT License.