LucasViniciusDev / lumen-generate-app-key by LucasViniciusDev

Create the application key in Laravel/Lumen Framework with just one command.
335
0
0
Package Data
Maintainer Username: LucasViniciusDev
Package Create Date: 2020-07-17
Package Last Update: 2020-07-17
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:10:14
Package Statistics
Total Downloads: 335
Monthly Downloads: 34
Daily Downloads: 1
Total Stars: 0
Total Watchers: 0
Total Forks: 0
Total Open Issues: 0

LUMEN GENERATE APP KEY

A simple library to generate the Laravel/Lumen Framework application key.

Installation

Use composer to manage your dependencies and download this library.

composer require lucasviniciusdev/lumen-generate-app-key

Description

Support to generate APP KEY by commands in projects with the Lumen Framework.

Usage

Modify $commands variable in app/Console/Kernel

protected $commands = [
  \Lucasviniciusdev\Commands\KeyGenerateCommand::class
];

Then, run the command at the root path of the project:

php artisan key:generate
php artisan key:generate --show

Add param --show will display a generate key without replate APP_KEY in .evn file. Useful when you need a key for other scripts.

Example key

API_KEY=kddzDjSHLzPYZ713NtFNC0ixBCRsERpe