dadleyy/lvpress

There is no license information available for the latest version (1.2.0) of this package.

1.2.0 2014-07-03 13:59 UTC

This package is not auto-updated.

Last update: 2024-04-09 01:29:06 UTC


README

Laravel and wordpress together.

Migrations

Instead of running the wordpress installation, this package gives you the laravel-equivalent of it's migrations. From your application root, run

php artisan migrate --package="dadleyy/lvpress"

and your database will be populated with a full laravel db schema.