laravel-app-key-rotator

Introduction

Installation

You can install the package via composer:

composer require rawilk/laravel-app-key-rotator

You should publish the config file:

php artisan vendor:publish --tag="app-key-rotator-config"

You can view the default configuration here: https://github.com/rawilk/laravel-app-key-rotator/blob/main/config/app-key-rotator.php

Previous
Requirements