Skip to content

BaseMax/laravel-app-key-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Laravel App Key Generator

MIT License

A lightweight, browser-based tool to generate secure and valid Laravel APP_KEY values for your Laravel projects. This utility creates a 32-byte random key encoded in Base64 format - the same format Laravel uses for encryption. No installation or PHP environment required. Open-source, privacy-friendly (no server calls), and designed to help developers quickly copy-paste secure keys into their .env file. Built entirely with HTML, CSS, and JavaScript.

Easily generate a secure and random Laravel APP_KEY for your Laravel applications.

πŸ”— Live Preview:
πŸ‘‰ https://basemax.github.io/laravel-app-key-generator/

πŸ“¦ GitHub Repository:
πŸ‘‰ https://github.com/BaseMax/laravel-app-key-generator


πŸ’‘ What is this?

A fast, browser-based tool to generate a new Laravel APP_KEY using JavaScript β€” no PHP or server needed.


✨ Features

  • πŸ” Generates a valid base64: Laravel APP_KEY
  • πŸ“‹ Copy-to-clipboard functionality
  • 🧠 MIT Licensed and open-source
  • ⚑ Fast and lightweight
  • πŸ”’ Fully client-side, no backend calls

πŸš€ Usage

  1. Open the Live Preview.
  2. Click the "Generate" button.
  3. Click "Copy" to copy the key to your clipboard.
  4. Add it to your .env file:
    APP_KEY=base64:your-generated-key

πŸ§ͺ Example Output

base64:8Fmdmh3EfDw+67piVNMEaqe+dLoHcIUhNn9C7VJ3XOE=

πŸ› οΈ Development

Clone the repository and open index.html in your browser:

git clone https://github.com/BaseMax/laravel-app-key-generator.git
cd laravel-app-key-generator
open index.html

πŸ™Œ Credits

Created by Max Base

Inspired by the Laravel framework and its need for strong encryption keys.

πŸ”— Related Links

Laravel Docs: Application Key

πŸ“„ License

MIT License Β© 2025 Max Base

About

A lightweight browser tool to generate secure, Base64-encoded Laravel APP_KEYs. No PHP or install needed - just copy and paste into your .env. Open-source, private, and built with HTML, CSS, and JavaScript. πŸ” Generate secure Laravel APP_KEYs in your browser - simple, open-source, and fast.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors