wp4laravel/wp4laravel-plugin

Wordpress plugin for the WP4Laravel concept

Installs: 8 713

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 1

Open Issues: 0

Type:wordpress-plugin

0.4.2 2024-10-28 09:19 UTC

This package is auto-updated.

Last update: 2024-10-28 09:20:06 UTC


README

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.