Looking to hire Laravel developers? Try LaraJobs

wp4laravel-plugin maintained by wp4laravel

Description
Wordpress plugin for the WP4Laravel concept
Author
Last update
2024/10/28 10:19 (v0.x-dev)
License
Links
Downloads
10 033

Comments
comments powered by Disqus

WP4Laravel WordPress plugin

This plugin makes WordPress and the wp4laravel theme work together with wp4laravel/wp4laravel.

Installation

composer require wp4laravel/wp4laravel-plugin

Functionality

Blade template loading

When you have Blade templates in resources/views you can show them as templates in the WordPress edit screen.

Create a folder with the same name as the post type in resources/views and add a Blade template to it. default.blade.php will be used when you select WordPress default template.