filamentphp / filamentphp.com

Source code for the filamentphp.com website.
https://filamentphp.com
199 stars 262 forks source link

feat: add API documention #541

Closed saade closed 2 months ago

saade commented 2 months ago

This PR includes API documentation for the Filament codebase.

Heavily inspired by Laravel's API. In fact, it uses the same API documentation generator (Doctum).

Here's a live version if you want to take a look. http://206.81.15.223/api

Deployment steps

Please add this to the deployment steps (probably after building the docs)

build/api.sh
danharrin commented 2 months ago

Please add those server redirect lines to the routes/web.php file, so the config is more portable if we choose to move servers 🙂

saade commented 2 months ago

@danharrin sure thing, done.