bruno-barros/w.eloquent

Wordpress integrated with Laravel via Composer. Together, but independents.

1.1.0 2015-01-20 18:16 UTC

This package is auto-updated.

Last update: 2024-02-29 02:58:29 UTC


README

w.eloquent

Build Status

Wordpress integrated with Laravel via Composer.

  • Atention! The branch master is no longer manteined. Now I'm working on branch light. Not booting Laravel anymore, instead just using some packages. It all is because performance reason.

Documentation is being building on wiki page.

Goals

Run composer install and have a system in place with:

  • Wordpress as front and back-end
  • Laravel as API and front-and (if necessary)
  • Install Wordpress and plugins via composer
  • Keeping plugins and themes for Wordpress environment as it is
  • Access to Laravel API, including Facades, inside Wordpress
  • Access Wordpress API inside Laravel

Theme features

The w.eloquent project comes with a very simple theme (base).

To see the very features you have at your disposal, check out the w.eloquent starter theme

Complementary packages

w.eloquent Command Bus

Inspirations

These are projects I like and did inspire me to put it all together:

Status

The packages are being adapted to WordPress environment.

  • Views
  • Blade template engine
  • Routes by Cortex
  • Assets by Occiptial
  • Hooks by Striatum
  • Validation
  • CLI (php wel)
  • Cache
  • Hash
  • Filesystem
  • Html
  • Translation
  • Encryption
  • Cookie
  • Session
  • Database
  • Migration
  • Seed
  • Auth
  • Log
  • Mail
  • Queue

  • Redis
  • Remote
  • Reminder

  • Workbench (not planned)
  • Pagination (provided by WordPress)