Skip to content

[13.x] Document the API starter kit - #11290

Draft
WendellAdriel wants to merge 1 commit into
13.xfrom
feat/api-starter-kit
Draft

[13.x] Document the API starter kit#11290
WendellAdriel wants to merge 1 commit into
13.xfrom
feat/api-starter-kit

Conversation

@WendellAdriel

Copy link
Copy Markdown
Member

Adds an API entry under the available starter kits and a dedicated section covering token-based authentication with Sanctum, the included endpoints, API versioning via the X-API-Version header, and the Scalar/Scramble API reference. Also updates the introduction, authentication, and teams sections to reflect that the API kit uses Sanctum instead of Fortify and supports teams through endpoints rather than screens.

Comment thread starter-kits.md
Once you have started the Laravel development server, your application will be accessible in your web browser at [http://localhost:8000](http://localhost:8000).

> [!NOTE]
> The [API starter kit](#api) does not include a frontend, so there are no NPM dependencies to install. After creating your application, you may simply run `composer run dev`.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this is going to be php artisan dev in the future

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We plan to keep composer dev as the entrypoint and it will run php artisan dev

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aah cool! Didn't knew that, thanks for sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants