Download the PHP package riclep/laravel-storyblok-cli without Composer
On this page you can find all versions of the php package riclep/laravel-storyblok-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riclep/laravel-storyblok-cli
More information about riclep/laravel-storyblok-cli
Files in riclep/laravel-storyblok-cli
Package laravel-storyblok-cli
Short Description Artisan commands for working with Storyblok
License MIT
Homepage https://github.com/riclep/laravel-storyblok-cli
Informations about the package laravel-storyblok-cli
Laravel Storyblok - Artisan CLI
Artisan commands for working with the Storyblok API in Laravel.
Installation
You can install the package via composer:
Usage
Setting variables environment
In the .env
file of your Laravel application, you have to define the environment parameter for setting the Storyblok user Personal access token. You can obtain your Storyblok Personal access token here.
Then you can define also the default space id for the space you want to manage via the Laravel CLI.
In the .env
file of your Laravel project add these two parameters:
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
- Richard Le Poidevin
- 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.