Download the PHP package syofyanzuhad/lumina-core without Composer
On this page you can find all versions of the php package syofyanzuhad/lumina-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download syofyanzuhad/lumina-core
More information about syofyanzuhad/lumina-core
Files in syofyanzuhad/lumina-core
Package lumina-core
Short Description The skeleton application for the Laravel framework.
License MIT
Informations about the package lumina-core
Lumina Core Package (lumina/core) ๐
Core package for Lumina web analytics. Provides models, migrations, server-side tracking middleware, JS ingestion collector,
AnalyticsServicequery engine, and embedded Livewire dashboard components.
๐ฆ Installation
Require lumina/core via Composer:
Publish and run migrations:
๐ ๏ธ Middleware & Tracking
Server-Side Middleware (Path A)
Track pageviews directly from your host application's HTTP requests:
Client-Side JS Script (Path B)
Include the lightweight < 2KB vanilla script tag:
Custom Event Tracking API
๐ AnalyticsService Query API
The Lumina\Core\Services\AnalyticsService class provides high-performance cached aggregation queries (60s default TTL):
๐ผ๏ธ Embedded Livewire Component
Embed the full Lumina analytics dashboard in your Blade layouts:
๐งช Testing Package Core
Run package feature tests using Pest:
๐ License
MIT License.
๐งช Testing
The package test suite runs standalone with Orchestra Testbench against an in-memory SQLite database โ no host Laravel application required:
CI runs the same command on every push/PR (see .github/workflows/tests.yml).
The same test files also run inside the host monorepo via php artisan test: tests/TestCase.php binds to the host application when Testbench is absent, and to Testbench when run standalone.
All versions of lumina-core with dependencies
filament/filament Version ^5.7
inertiajs/inertia-laravel Version ^3.0
jenssegers/agent Version ^2.6
laravel/chisel Version ^0.1.0
laravel/fortify Version ^1.37.2
laravel/framework Version ^13.17
laravel/nightwatch Version ^1.28
laravel/tinker Version ^3.0
laravel/wayfinder Version ^0.1.14
livewire/livewire Version ^4.3
lumina/core Version @dev