Download the PHP package a4x/laravel-wordpress without Composer
On this page you can find all versions of the php package a4x/laravel-wordpress. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download a4x/laravel-wordpress
More information about a4x/laravel-wordpress
Files in a4x/laravel-wordpress
Download a4x/laravel-wordpress
More information about a4x/laravel-wordpress
Files in a4x/laravel-wordpress
Vendor a4x
Package laravel-wordpress
Short Description A one-class package that locally caches your Wordpress posts as a Laravel collection
License MIT
Homepage https://github.com/a4x/laravel-wordpress
Package laravel-wordpress
Short Description A one-class package that locally caches your Wordpress posts as a Laravel collection
License MIT
Homepage https://github.com/a4x/laravel-wordpress
Please rate this library. Is it a good library?
Informations about the package laravel-wordpress
Laravel-Wordpress
This library wraps your blog posts into a Laravel collection.
Installation
Once this has finished, you will need to add the service provider to the providers
array in your app.php
config as follows:
Finally, you will want to publish the config using the following command:
Then, update your config/wordpress.php
file with your Wordpress installation URL or IP.
And you're done!
Basic Usage
Now you can access your blog posts and categories just like from an Eloquent model.
All versions of laravel-wordpress with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package a4x/laravel-wordpress contains the following files
Loading the files please wait ....