PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Mohamed Ahmed   Laravel MCP SDK   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: Laravel MCP SDK
Create tools to process user requests with prompts
Author: By
Last change:
Date: 2 days ago
Size: 497 bytes
 

Contents

Class file image Download
APP_NAME=LaravelMCP APP_ENV=testing APP_KEY=base64:your-test-key-here APP_DEBUG=true APP_URL=http://localhost LOG_CHANNEL=stack LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=debug DB_CONNECTION=sqlite DB_DATABASE=database/database.sqlite BROADCAST_DRIVER=log CACHE_DRIVER=file FILESYSTEM_DISK=local QUEUE_CONNECTION=sync SESSION_DRIVER=file SESSION_LIFETIME=120 MCP_SERVER_HOST=127.0.0.1 MCP_SERVER_PORT=3000 MCP_SERVER_TRANSPORT=http MCP_API_BASE_URL=http://localhost:3000 MCP_API_KEY=test-api-key