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
Requires
- php: >=5.3.0
- illuminate/database: 4.1.*
- illuminate/filesystem: 4.1.*
- illuminate/support: 4.1.*
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-22 14:30:52 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.