jibaymcs/filament-tour
Add DriverJS-powered guided tours to your Filament panels. Register tours on pages with a simple trait, define steps with titles/descriptions, and optionally show tours only once via localStorage. Supports Filament v2–v5 with easy plugin setup.
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v5.0.0...v5.0.1
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v4.0.1...V5.0.0
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.2...v4.0.1
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.1...v3.1.2
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.9...v3.1.1
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.8...v3.1.0.9
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.7...v3.1.0.8
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.6...v3.1.0.7
protected function getHeaderActions(): array
{
return [
Action::make('Tour')->dispatch('filament-tour::open-tour', ['tour_dashboard']),
];
}
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.5...3.x
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.4...v3.1.0.5
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.3...v3.1.0.4
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.2...v3.1.0.3
Full Changelog: https://github.com/JibayMcs/filament-tour/compare/v3.1.0.1...v3.1.0.2
If creating your guided tours in PHP bores you or takes up too much space, play with JSON!
You can now load your tours directly using a JSON file from a URL or your Storage!
Added to make all child steps uncloseable
function uncloseable(bool|Closure $uncloseable = true)Added to disable all steps events
function disableEvents(bool|Closure $disableEvents = true)Added to ignore routes check to launch Tour
function ignoreRoutes(bool|Closure $ignoreRoutes = true)How can I help you explore Laravel packages today?