WP4Laravel / wp4laravel-plugin by marcoboom

Wordpress MU plugin for the WP4Laravel concept
8,692
1
3
Package Data
Maintainer Username: marcoboom
Maintainer Contact: development@in10.nl (IN10dev)
Package Create Date: 2017-03-02
Package Last Update: 2024-10-28
Language: PHP
License: MIT
Last Refreshed: 2024-11-15 15:10:58
Package Statistics
Total Downloads: 8,692
Monthly Downloads: 366
Daily Downloads: 36
Total Stars: 1
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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.