Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

LaraPress

Descripción

This plugin enables you to use the Laravel Facades inside your WordPress Theme. Especially usefull to check the Laravel authenticated user.

This is very early version, please send suggestions. This is a BETA version so PLEASE DO NOT USE IN PRODUCTION ENVIRONMENT UNLESS YOU KNOW THE RISKS.

We have not fully tested the impact of loading Laravel with WordPress. So we don’t know yet if there are any negative impact or Conflict. Early test have shown it doesn’t have much impact and no issues have been found. We appriciate all feedback to make this plugin more robust.

We provide no warranty.

This plugin require at least PHP 5.5.9 and Laravel 5. Don’t bother asking question if you are not running PHP 5.5.9+ or Laravel 5.

Instalación

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to Settings > Laravel Bootstrap and then setup your Laravel 5 root directory.
  4. Your current WordPress web server need access to the Laravel folder, so make sure you are having the right folder setup. E.g: Install WordPress inside the Laravel public folder as a subfolder like public/blog.

Reseñas

23 de marzo de 2017
this plugin provide this type functionality ? I am currently having a Laravel site using laravel auth. In one of my links on the site, I want it to link to a child url to lead to a page with child pages controlled by wordpress. The content on the page needs to be restricted access based on the laravel user auth. 2 components are required: 1. Laravel integration 2. WordPress plugin that can check laravel $user-> access_level, display it, and restrict access to certain page for users. Please describe the solution to this problem and how it would be implemented.
Leer la 1 reseña

Colaboradores y desarrolladores

«LaraPress» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «LaraPress» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.1

  • Initial release