Skip to content

diegolameira/w.eloquent

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.2%
  • JavaScript 2.3%
  • Other 0.5%