Download the PHP package robertgarrigos/backdrop-headless-client without Composer
On this page you can find all versions of the php package robertgarrigos/backdrop-headless-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download robertgarrigos/backdrop-headless-client
More information about robertgarrigos/backdrop-headless-client
Files in robertgarrigos/backdrop-headless-client
Package backdrop-headless-client
Short Description Laravel 5 REST API client for a backdrop cms site with the headless module.
License MIT
Homepage https://github.com/robertgarrigos/backdrop-headless-client
Informations about the package backdrop-headless-client
Laravel 5 REST API client for a Backdrop cms site with the headless module
This is a laravel package which allows you to pull data from a backdrop cms site, configured with the headles module. Thus you can use the backdrop site as a backend and laravel as front end.
Compatibility
v. 1.* of this package is compatible with Laravel 5.8
v. 2. of this package is compatible with Laravel 7.
Installation
You can install the package via composer:
Optionally, you can use artisan vendor:publish --tag=backdrop-config
to publish a config file.
You need to add a config value in your .env file for the backdrop api url as:
Usage
To make use of this package, you need to install and config a backdrop cms site with the headless module, which is reponsible to create the JSON end points.
You acces those endpoints in your controller with:
Read my blog post about this package for a deeper understanding of how it works and how to use it.
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Robert Garrigos
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.