Created
December 29, 2025 13:33
-
-
Save abduljaleel-alwli/bd00a917a8a4c0d46813e460a42aea50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| APP_NAME="Landing Page" | |
| APP_ENV=local | |
| APP_KEY=base64:xapujO2nfJJlNo05+g6z8VC5mMmpCwvhbEl1jIrj3fE= | |
| APP_DEBUG=true | |
| APP_URL=http://localhost:8000 | |
| APP_LOCALE=en | |
| APP_FALLBACK_LOCALE=en | |
| APP_FAKER_LOCALE=en_US | |
| APP_MAINTENANCE_DRIVER=file | |
| # APP_MAINTENANCE_STORE=database | |
| # PHP_CLI_SERVER_WORKERS=4 | |
| BCRYPT_ROUNDS=12 | |
| LOG_CHANNEL=stack | |
| LOG_STACK=single | |
| LOG_DEPRECATIONS_CHANNEL=null | |
| LOG_LEVEL=debug | |
| DB_CONNECTION=mysql | |
| DB_HOST=127.0.0.1 | |
| DB_PORT=3306 | |
| DB_DATABASE=portfolio_website_laravel | |
| DB_USERNAME=root | |
| DB_PASSWORD= | |
| SESSION_DRIVER=database | |
| SESSION_LIFETIME=120 | |
| SESSION_ENCRYPT=false | |
| SESSION_PATH=/ | |
| SESSION_DOMAIN=null | |
| BROADCAST_CONNECTION=log | |
| FILESYSTEM_DISK=local | |
| QUEUE_CONNECTION=database | |
| CACHE_STORE=file | |
| # CACHE_PREFIX= | |
| MEMCACHED_HOST=127.0.0.1 | |
| REDIS_CLIENT=phpredis | |
| REDIS_HOST=127.0.0.1 | |
| REDIS_PASSWORD=null | |
| REDIS_PORT=6379 | |
| MAIL_MAILER=smtp | |
| MAIL_SCHEME=null | |
| MAIL_HOST=sandbox.smtp.mailtrap.io | |
| MAIL_PORT=2525 | |
| MAIL_USERNAME=5b69d61713b7f3 | |
| MAIL_PASSWORD=e4adf2baa858aa | |
| MAIL_FROM_ADDRESS="king@example.com" | |
| MAIL_FROM_NAME="${APP_NAME}" | |
| AWS_ACCESS_KEY_ID= | |
| AWS_SECRET_ACCESS_KEY= | |
| AWS_DEFAULT_REGION=us-east-1 | |
| AWS_BUCKET= | |
| AWS_USE_PATH_STYLE_ENDPOINT=false | |
| VITE_APP_NAME="${APP_NAME}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment