docs(getting-started): add "Getting Started Using AI" section#55
Open
bedus-creation wants to merge 1 commit into
Open
docs(getting-started): add "Getting Started Using AI" section#55bedus-creation wants to merge 1 commit into
bedus-creation wants to merge 1 commit into
Conversation
bedus-creation
commented
Jun 28, 2026
bedus-creation
left a comment
Contributor
Author
There was a problem hiding this comment.
Code Review verdict: APPROVE (posting as a comment — GitHub blocks formal self-approval since the authenticated account authored this PR).
Verified every technical claim in the prompt against the framework source:
FastAPIProvideris exported fromfastapi_startkit.fastapi(fastapi/init.py); registering it alone is valid and matches the doc's own Way 2 / Option B example.app.handle_command()exists (application.py:224) and matches the realapplication/artisantemplate.uv run python artisan serveworks —ServeCommand(name "serve") is auto-registered byFastAPIProvider.boot().- The
fastapi-startkit[fastapi]extra exists in pyproject.toml. - Python 3.12+ and the
artisan/bootstrap/application.py/config//app/layout match the existing guide verbatim.
Markdown is well-formed, the Claude Code link is correct, and the section is consistently styled with the rest of the file. No correctness, consistency, or accuracy issues found. Recommend merge.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new
## Getting Started Using AIsection todocs/getting-started.md, mirroring Laravel's AI onboarding flow.What changed
artisan,bootstrap/application.py,config/,app/),uvfor dependency management, andFastAPIProvider, then verifies the boot withuv run python artisan serve.## Prerequisites, so the manual steps below remain the fallback for hand setup.Scope
docs/getting-started.mdonly..vitepress/config.mtsand the sidebar are untouched.