Skip to main content
Use this page when you need a runnable repository rather than a package.

admin9-api

admin9-api is a Laravel 12 REST API scaffold focused on common backend concerns that most commercial applications need early:
  • JWT authentication
  • role and permission management
  • service-layer architecture
  • audit events
  • test coverage out of the box
Use it when you want a backend-first starter that already includes opinionated structure for admin and business APIs.

admin9-web

admin9-web is the frontend SPA counterpart to admin9-api. It is useful when you want a separate frontend application instead of a monolith. Use it when your delivery model is:
  • API backend plus SPA frontend
  • independent frontend deployment
  • auth and API contracts across multiple clients

admin9-docs

This repository is the Mintlify source for the current documentation site. Use it when you need to update product documentation or operator runbooks.

Which starter to begin with

  • start with admin9-api if you want a backend-first Laravel foundation
  • start with admin9-web if you need a separate SPA frontend to pair with an API backend
  • start with admin9-docs if you are improving product docs, admin runbooks, or public documentation
Last modified on March 30, 2026