# Lyger PHP Framework ## Docs - [Admin Dashboard](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/admin-dashboard.md): Auto-generate beautiful admin panels for your models - [API Resources](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/api-resources.md): Transform models into beautiful JSON API responses - [Cache System](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/cache.md): High-performance in-memory caching with Rust FFI backend - [Event System](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/events.md): Event dispatching, listeners, and broadcasting for real-time features - [Jobs & Queues](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/jobs.md): Background job processing and task scheduling - [WebSockets](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/advanced/websockets.md): Real-time bidirectional communication for live features - [Cache](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/cache.md): In-memory caching system for persistent state across requests - [Base Component](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/component.md): Core component class for building reusable UI elements - [Engine](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/engine.md): Core engine class that manages FFI integration with Rust libraries - [Events](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/events.md): Event dispatching and listening system for decoupled application architecture - [Livewire Component](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/livewire.md): Server-side reactive components for building dynamic interfaces - [Migration](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/migration.md): Database migration system for version control of your database schema - [Model](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/model.md): Base class for all Eloquent-style models in Lyger - [Query Builder](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/query-builder.md): Fluent SQL query builder for Lyger framework - [Request](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/request.md): HTTP request handling and input access - [Response](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/response.md): HTTP response creation and output handling - [Router](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/router.md): HTTP routing system for dispatching requests to handlers - [Schema](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/api/schema.md): Database schema builder for creating and modifying tables - [make:auth](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/make-auth.md): Generate authentication scaffolding - [make:controller](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/make-controller.md): Create a new controller class - [make:dash](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/make-dash.md): Create a customizable admin dashboard - [make:migration](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/make-migration.md): Create a new database migration file - [make:model](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/make-model.md): Create a new model class - [migrate](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/migrate.md): Run database migrations - [migrate:rollback](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/migrate-rollback.md): Rollback the last batch of database migrations - [migrate:status](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/migrate-status.md): Show the status of all migrations - [CLI Overview](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/overview.md): Introduction to the Lyger Framework command-line interface (rawr) - [serve](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/cli/serve.md): Start the Lyger development server - [Always-Alive Server](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/core/always-alive-server.md): Understanding Lygers persistent PHP worker architecture for lightning-fast request handling - [Architecture Overview](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/core/architecture.md): Understanding the hybrid PHP-Rust architecture of Lyger Framework - [Rust FFI Integration](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/core/rust-ffi.md): Deep dive into how Lyger bridges PHP and Rust using Foreign Function Interface - [Zero-Copy Database](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/core/zero-copy-database.md): High-performance database operations with minimal memory overhead - [Eloquent Models](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/database/eloquent-models.md): Work with database records using the elegant Eloquent ORM - [Getting Started](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/database/getting-started.md): Learn how to configure and connect to databases in Lyger - [Migrations](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/database/migrations.md): Manage your database schema with version control - [Query Builder](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/database/query-builder.md): Build SQL queries with a fluent, expressive interface - [Relationships](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/database/relationships.md): Define and work with relationships between Eloquent models - [Blade Templates](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/frontend/blade-templates.md): Use Blade templating engine for dynamic views in Lyger - [Component System](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/frontend/components.md): Build reusable UI components with the Lyger component system - [Livewire Components](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/frontend/livewire.md): Build reactive server-side components with Lyger Livewire - [Installation](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/installation.md): Get Lyger PHP Framework installed and configured on your system - [Introduction](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/introduction.md): Welcome to Lyger - A high-performance PHP framework with Rust FFI integration - [Quickstart](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/quickstart.md): Build your first Lyger application in minutes - [Basic Routing](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/routing/basic-routing.md): Learn how to define routes in Lyger Framework - [Middleware](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/routing/middleware.md): Filter and process HTTP requests with middleware in Lyger Framework - [Route Parameters](https://mintlify.wiki/betoalien/Lyger-PHP-Framework/routing/route-parameters.md): Capture dynamic values from URLs in Lyger Framework