# Application Key Example # Copy this file to app_key.txt and set your local development application key # Example: base64:local-dev-app-key-generated # # Generate application key: # php -r "echo 'base64:' . base64_encode(random_bytes(32));" # # Or use existing APP_KEY from .env.local