redot / core
Core package for Redot Dashboard that has all the packages and helpers for the dashboard.
Requires
- php: ^8.3
- giggsey/libphonenumber-for-php: ^9.0
- intervention/image: ^4.0
- laravel/framework: ^13.20
- laravel/sanctum: ^4.3
- livewire/livewire: ^4.2
- spatie/laravel-image-optimizer: ^1.8
- spatie/laravel-permission: ^7.3 || ^8.0
- spatie/laravel-translatable: ^6.14
Requires (Dev)
- laravel/pint: ^1.29
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^11.0
- pestphp/pest: ^4.2
- pestphp/pest-plugin-laravel: ^4.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-05 18:06:13 UTC
README
Core package for the Redot Dashboard. It bundles five focused packages on top of a shared foundation of helpers, models, traits, casts, and validation rules:
- Auth — drop-in authentication actions, routes, and customization hooks.
- Datatables — server-driven tables with columns, filters, row actions, and PDF export.
- Sidebar — composable navigation for dashboard layouts.
- Toastify — flash and session-driven toast notifications.
- Lang Extractor — extract translation keys from your codebase.
Requirements
- PHP 8.3+
- Laravel 13+
- Livewire 4.2+
Documentation
Full usage documentation lives in docs/.
Testing
This package uses Pest with Orchestra Testbench.
composer install
composer test
The testbench schema mirrors the package-owned tables used by Redot Dashboard, so package tests run against the same shape the dashboard app expects.
When using Redot\Application, all four application features are enabled during tests by default, even if the consuming app disables them. This keeps the shared dashboard test suite usable.
Tests that specifically check disabled features can opt out by setting redot.testing.enable_all_features to false before routes are registered (for example, in Testbench's defineEnvironment). Setting it after the application has booted does not remove registered routes. Outside testing, the application's feature flags are always respected.
License
This package is proprietary and intended for use only within the paid Redot Dashboard.
See LICENSE for details.