{"catalogRevision":"cat_f13ab9a494120b5e","recipeId":"page:blueprints:developer-tools:documentation-site:laravel","recipeRevision":"r1","canonicalPath":"/blueprints/developer-tools/documentation-site/laravel","label":"Developer tools: documentation site using Laravel","family":"Industry blueprint","summary":"A documentation site blueprint for developer tools built with Laravel on Ample. Domain schema: customer_workspaces (name, plan, api_key_count): customer organizations; doc_versions (product_version, title, object_key, published_at): versioned reference docs and guides; sdk_releases (language, version, changelog_object_key, released_at): SDK releases and changelogs; customer_assets (workspace_id, title, object_key, visibility): customer-specific artifacts; state_transitions (record_type, from_state, to_state): the allowed state machine. Public information: versioned API reference and guides, SDK release notes, status page links. Kept out of scope until handling is reviewed: customer API keys and usage logs, private integration details. API keys and usage logs are secrets or personal data; keep them out of documentation workflows. Technical basis verified on Laravel: a workspace-scoped table, an explicit state machine (draft to review to published) that rejects invalid transitions, and a cross-workspace read that returns nothing (transitions=true isolation=true).","representativeQueries":["Developer tools: documentation site using Laravel","Where can I host Developer tools: Documentation site built with Laravel?","I need a genuinely specialized documentation site workflow covering organization access, versioned technical docs and build artifacts."],"breadcrumbIds":["discovery","industry","industry:software-and-media","industry:developer-tools","page:blueprints:developer-tools:documentation-site:laravel"],"breadcrumbs":[{"id":"discovery","label":"Agent hosting discovery","canonicalPath":"/discover/discovery","kind":"root"},{"id":"industry","label":"Industries and specialties","canonicalPath":"/discover/industry","kind":"facet"},{"id":"industry:software-and-media","label":"Software and media","canonicalPath":"/discover/industry/software-and-media","kind":"group"},{"id":"industry:developer-tools","label":"Developer tools","canonicalPath":"/discover/industry/developer-tools","kind":"atom"},{"id":"page:blueprints:developer-tools:documentation-site:laravel","label":"Developer tools: documentation site using Laravel","canonicalPath":"/blueprints/developer-tools/documentation-site/laravel","kind":"recipe"}],"parentIds":["industry:developer-tools","workload:documentation-site","stack:framework-laravel","intent:deploy-web-app"],"parents":[{"id":"industry:developer-tools","label":"Developer tools","canonicalPath":"/discover/industry/developer-tools","kind":"atom"},{"id":"workload:documentation-site","label":"Documentation site","canonicalPath":"/discover/workload/documentation-site","kind":"atom"},{"id":"stack:framework-laravel","label":"Laravel","canonicalPath":"/discover/stack/framework-laravel","kind":"atom"},{"id":"intent:deploy-web-app","label":"Deploy web app","canonicalPath":"/discover/intent/deploy-web-app","kind":"atom"}],"resourceRequirements":["primitive:compute","primitive:postgres","primitive:cdn"],"infrastructureRequirements":[{"primitiveId":"primitive:compute","label":"Compute","canonicalPath":"/discover/primitive/compute","status":"verified","summary":"Apps run in isolated x86_64 Firecracker microVMs that auto-pause when idle and wake on request; sizes are the priced VM sizes."},{"primitiveId":"primitive:postgres","label":"Postgres","canonicalPath":"/discover/primitive/postgres","status":"verified","summary":"Managed PostgreSQL 16 runs in its own microVM and is auto-provisioned when an app needs a database and no DATABASE_URL is supplied."},{"primitiveId":"primitive:cdn","label":"CDN","canonicalPath":"/discover/primitive/cdn","status":"verified","summary":"The CDN host serves objects from published buckets. It does not front app compute and is not a cache or key-value store."}],"framework":"Laravel","workload":"Documentation site","industry":"Developer tools","releaseStatus":"published","supportStatus":"verified","executionStatus":"ready","docsOnly":false,"prerequisites":["A Laravel project (composer install --no-dev from composer.lock, then FrankenPHP serving public/ (php-server with the index.php fallback) reading PORT on the php-8.5 template)","A PostgreSQL driver reading DATABASE_URL (auto-provisioned when omitted)","Bucket credentials from `ample bucket create` passed as encrypted S3_* environment variables and a published bucket for public assets (CDN_*)","A review of which developer tools data classes may be handled at all; this blueprint models public information only"],"testedConfiguration":{"template":"php-8.5","runtime":"php","size":"s-1vcpu-1gb","install":"composer install --no-dev --prefer-dist --no-interaction --no-progress --optimize-autoloader","start":"frankenphp php-server --listen :$PORT --root public"},"inputSchema":{"additionalProperties":false,"properties":{"env":{"description":"Encrypted environment variables","items":{"pattern":"^[A-Z][A-Z0-9_]*=.*$","type":"string"},"maxItems":50,"type":"array"},"name":{"description":"App name","maxLength":63,"minLength":1,"pattern":"^[a-z0-9-]+$","type":"string"},"path":{"description":"Project directory or ample.toml service","maxLength":512,"minLength":1,"type":"string"},"release_command":{"description":"Migration command run before activation","maxLength":512,"type":"string"}},"required":["env","name","path"],"type":"object"},"outputSchema":null,"workflowSteps":[{"title":"Model the developer tools domain","body":"Create the tables customer_workspaces, doc_versions, sdk_releases, customer_assets, state_transitions. Customer organizations lives in customer_workspaces; keep the sensitive classes (customer API keys and usage logs, private integration details) out of this schema."},{"title":"Workflow step 1","body":"Model versioned documents with a state machine (draft, review, published) scoped to a product version"},{"title":"Workflow step 2","body":"Publish assets for released versions to the CDN bucket"},{"title":"Workflow step 3","body":"Serve only published versions publicly"},{"title":"Workflow step 4","body":"Deploy and verify the version list and a published page"},{"title":"Deploy","body":"Run the synchronous deploy once and read the result. Re-running with no change is a no-op.","command":"ample deploy . --name <app-name> --public --env S3_ENDPOINT=... --env S3_REGION=... --env S3_BUCKET=... --env S3_ACCESS_KEY_ID=... --env S3_SECRET_ACCESS_KEY=... --env CDN_PUBLIC_URL=..."},{"title":"Verify","body":"Run the pattern self-test(s) from the example (/p/relational-records) and your own acceptance checks for the developer tools workflow.","command":"ample logs <deployment_id> --kind build"}],"examples":[{"title":"Laravel pattern fixture","description":"Verified relational records basis for this blueprint.","sourceRef":"tests/deploy-canaries/laravel-patterns"}],"successChecks":[{"description":"app responds on its public URL","kind":"http_get","path":"/","expect":"ample canary laravel patterns"},{"description":"relational-records self-test from the example","kind":"http_get","path":"/p/relational-records","expect":"see the pattern fixture checks"}],"limitations":["The technical basis (relational records on Laravel) was verified with the pattern fixture; the developer tools schema and workflow are an original design for this blueprint and were not executed as a separate application.","No health, financial, privacy or other compliance claim is made. API keys and usage logs are secrets or personal data; keep them out of documentation workflows.","Public content and synthetic examples only until actual data-handling requirements have been reviewed.","Verified on the php-8.5 template at s-1vcpu-1gb; region, request-duration limits and other sizes are unknown or unverified.","Managed PostgreSQL 16 only; extensions, connection limits and backup or restore procedures are not verified.","PutObject and GetObject with path-style addressing are verified; other S3 operations and CDN cache rules are not."],"costEstimate":{"currency":"USD","monthlyAmount":10.0,"authoritative":true,"basis":"size prices from pricing.toml (loaded by the API) at build revision 752d2a7584688a5d233b2c53d38307d289b04d3e","components":[{"name":"app server","size":"s-1vcpu-1gb","quantity":1.0,"monthlyAmount":5.0},{"name":"managed PostgreSQL database","size":"s-1vcpu-1gb","quantity":1.0,"monthlyAmount":5.0}],"note":"Always-on monthly price of the tested sizes; apps and databases auto-pause when idle. Buckets are allocation-priced per quota and not included."},"evidenceSummary":[{"kind":"canary_run","summary":"Laravel pattern fixture deployed on Ample (composer install --no-dev from composer.lock, then FrankenPHP serving public/ (php-server with the index.php fallback) reading PORT on the php-8.5 template); the relational records checks passed: a workspace-scoped table, an explicit state machine (draft to review to published) that rejects invalid transitions, and a cross-workspace read that returns nothing (transitions=true isolation=true). The blueprint's Developer tools schema and workflow below build on that verified basis and were not separately executed.","observedAt":"2026-09-20T20:36:21Z","implementationRevision":"118ad1c6d7d23d4c2ce069254bab9ec9d37cd57b (CLI 118ad1c)","expiresAt":"2027-03-19T20:36:21Z","scope":{"checks":["/p/relational-records"],"pattern":"pattern:relational-records","template":"php-8.5"}}],"lastVerifiedAt":"2026-09-20T20:36:21Z","mcpBinding":{"registryRef":"mcp:ample_deploy","toolName":"ample_deploy","schemaHash":"876465fce906da0c224d62961d3343064108ebe30af80cf1b87094974e948853","observedAt":"2026-09-22T00:31:22.774679+00:00","implementationRevision":"e6446ceea69b","requiredScopes":["servers:write","databases:read","buckets:read"],"bindingState":"current"},"unknowns":["region availability is unknown until a verified region fact is recorded","compliance attestations are unknown; none are claimed"],"formats":{"html":"https://ample.computer/blueprints/developer-tools/documentation-site/laravel","markdown":"https://ample.computer/blueprints/developer-tools/documentation-site/laravel.md","json":"https://api.ample.computer/v1/catalog/recipes/page%3Ablueprints%3Adeveloper-tools%3Adocumentation-site%3Alaravel"},"nextActions":[{"actionId":"browse-catalog","label":"Browse the catalog index","operationId":"catalog_index","method":"GET","relativePath":"/v1/catalog","origin":"api","parameters":{},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"search-recipes","label":"Search published recipes by intent, stack and constraints","operationId":"search_recipes","method":"POST","relativePath":"/v1/catalog/search","origin":"api","parameters":{"body":{"limit":5,"query":"Developer tools: documentation site using Laravel"}},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"plan:page:blueprints:developer-tools:documentation-site:laravel","label":"Prepare a side-effect-free deployment plan for an authorized project","operationId":"plan_deployment","method":"POST","relativePath":"/v1/catalog/plan","origin":"api","parameters":{"body":{"inputs":{},"projectId":"<workspace or server id you own>","recipeId":"page:blueprints:developer-tools:documentation-site:laravel","recipeRevision":"r1"}},"requiresAuthentication":true,"requiresApproval":false},{"actionId":"auth-setup","label":"Read the existing agent authentication setup","operationId":"existing_auth_setup","method":"GET","relativePath":"/mcp/setup","origin":"api","parameters":{},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:industry:developer-tools","label":"Browse Developer tools","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/industry%3Adeveloper-tools","origin":"api","parameters":{"nodeId":"industry:developer-tools"},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:workload:documentation-site","label":"Browse Documentation site","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/workload%3Adocumentation-site","origin":"api","parameters":{"nodeId":"workload:documentation-site"},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:stack:framework-laravel","label":"Browse Laravel","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/stack%3Aframework-laravel","origin":"api","parameters":{"nodeId":"stack:framework-laravel"},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:intent:deploy-web-app","label":"Browse Deploy web app","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/intent%3Adeploy-web-app","origin":"api","parameters":{"nodeId":"intent:deploy-web-app"},"requiresAuthentication":false,"requiresApproval":false}]}