WP Manifestindependent plugin directory
manifest / developer / wordpress-blade

Travelopia WordPress Blade

Use Laravel Blade components in WordPress

by Travelopia Team · github.com/travelopia/wordpress-blade · website

7stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/travelopia/wordpress-blade/archive/refs/heads/main.zip

From the readme

WordPress Blade Plugin Use Laravel Blade components in WordPress. 🚨 Note: Only Anonymous Components are currently supported: https://laravel.com/docs/10.x/blade#anonymous-components Built by the super talented team at Travelopia. Video Tutorial ▶ ️tutorial Installation Install via Composer (recommended): Your composer file should include this This installs it as an MU Plugin. Then load this plugin in your mu plugins loader file e.g. mu-plugins/loader.php Then require the autoload file from vendor directory by adding the following code in your wp-config.php file. Manual Installation (if you know what you are doing): 1. Download this repository as a ZIP file. 2. Run composer install --no-dev --optimize-autoloader 3. Use it either as an MU plugin or a normal plugin! Building for Production Compile your Blade components for production as a best practice. Some production environments are read-only, in which case this step is necessary. Run the following command: composer exec wordpress-blade -- --config-file=blade.config.php - Ensure the path to the Blade config is correct. Usage First, create a blade.config.php file at the root of yo

Read the full README on GitHub →

Releases

TagPublished
1.2.2 May 24, 2026
1.2.1 May 18, 2026
1.2.0 May 17, 2026
1.1.1 Jan 6, 2026
1.1.0 Dec 2, 2025
1.0.2 Apr 23, 2025
1.0.1 Aug 22, 2024
1.0.0 Aug 21, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.