riclep / laravel-storyblok-cli
Artisan commands for working with Storyblok
Requires
- php: ^8.0
- lukascivil/treewalker: ^0.9.1
- storyblok/php-client: ^2.2
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-laravel: ^2
- dev-master
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-renovate/pestphp-pest-3.x
- dev-renovate/pestphp-pest-plugin-laravel-3.x
- dev-backup-command
- dev-renovate/actions-checkout-4.x
- dev-renovate/stefanzweifel-git-auto-commit-action-5.x
- dev-develop
- dev-endpoints
- dev-feature/tests_and_refactor
This package is auto-updated.
Last update: 2024-10-10 21:07:38 UTC
README
Artisan commands for working with the Storyblok API in Laravel.
Installation
You can install the package via composer:
composer require riclep/laravel-storyblok-cli
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:
STORYBLOK_OAUTH_TOKEN=yourpersonalaccesstoken
STORYBLOK_SPACE_ID=yourspaceid
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 ric@sirric.co.uk instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.