rmariuzzo / w.eloquent

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

w.eloquent

Build Status

Wordpress integrated with Laravel via Composer.

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.

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

[ ] Redis
[ ] Remote
[ ] Reminder

[--] Workbench (not planned)
[--] Pagination (provided by WordPress)

About

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

License:GNU General Public License v2.0


Languages

Language:PHP 96.8%Language:JavaScript 2.3%Language:HTML 0.4%Language:ApacheConf 0.3%Language:CSS 0.2%