Closed saade closed 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
Please add this to the deployment steps (probably after building the docs)
build/api.sh
Please add those server redirect lines to the routes/web.php file, so the config is more portable if we choose to move servers 🙂
routes/web.php
@danharrin sure thing, done.
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)