README summary
A lightweight Laravel backend starter kit with auth, logging, roles, and monitoring already wired in.
LASK is built to speed up API-driven projects. It gives you Laravel 12 with Sanctum authentication,
audit-friendly logging, permission management, dynamic navigation support, and built-in observability
through logs, Telescope, and Spatie Health.
Authentication ready
Sanctum-based auth is already included so new modules can plug into a secure base quickly.
Operational visibility
Activity logs, Telescope, log viewing, and health checks help you debug and monitor faster.
Modular foundation
Roles, permissions, soft deletes, and dynamic navigation make the project reusable across apps.
What is included
API-first starter
Designed for REST backends that can be consumed by Vue, React, Angular, or mobile clients.
Logging and auditing
Request logging, activity history, login tracking, and file logs are part of the default stack.
Permission management
Role and permission support is preconfigured to keep authorization consistent across modules.
Health and diagnostics
Use the dashboard to jump into logs, Telescope, and live Laravel/MySQL health summaries.
Laravel Sanctum
Spatie Permission
Spatie Laravel Health
Laravel Telescope
Laravel Log Viewer