PHPackages                             zusamarehan/tourify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. zusamarehan/tourify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zusamarehan/tourify
===================

A Package for adding Tour/Help to your Laravel Projects.

v0.5.4(6y ago)71.1k4MITHTMLPHP &gt;=5.3.0

Since Oct 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/zusamarehan/laravel-tourify)[ Packagist](https://packagist.org/packages/zusamarehan/tourify)[ RSS](/packages/zusamarehan-tourify/feed)WikiDiscussions master Synced today

READMEChangelog (8)DependenciesVersions (11)Used By (0)

laravel-tourify
===============

[](#laravel-tourify)

A Laravel Package for adding Tour/Help to your Laravel Projects.

This is a simple package which helps the developers to add Tours for pages in your Products.

For example: To define or explain the use of any component in your UI like a Button/Tab.

The package gives the developers a rich UI to create/edit/remove/update Tour for a Route defined in your application.

### This package includes:

[](#this-package-includes)

- Migration - To keep track of which view uses which Tour file
- Assets File - Used for UI for the Tours
- views/Controller/Model - For Tour CRUD Operations

The package makes use of  to display the tour.

Installation
------------

[](#installation)

```
composer require zusamarehan/tourify
```

Add the ServiceProvider to the providers array in config/app.php

```
  Zusamarehan\Tourify\TourifyServiceProvider::class
```

NOTE: The providers makes use of `App\Providers\RouteServiceProvider::class` and hence it needs to be added after Application Service Providers.

Then you will need to publish few assets using the below command

```
php artisan vendor:publish
```

Once the public is successful you need to import a stylesheet and js file in your master/layout file like so,

```

```

Also, run migrations as well.

Usage
-----

[](#usage)

Available endpoints are

- `/productTour/create`
    - For creating new Tours
- `/productTour/list`
    - For listing the created Tours to modify/delete

Once installation is successfull head to `/productTour/create` it will bring up the available routes names specified in your `web.php` file.

You can select the name and click on add Tour. Here you need to specify which div ID you need to target or show help/tour. Having ID is mandatory in your component.

Once you are satisfied with your tour data you can save it. It will create a file in your storage. You shouldn't be editing it or deleting it manually.

The last step is to add a custom blade directive in your view at the end of the file just add

```
@tour
```

to be able to recogize by the package to run tour on page load.

### NOTE

[](#note)

- For adding tours to your pages, names routes are required.
- To be able to target UI Components, an ID is required to be able to recogize by the package.
- Table data and files created by the package shouldn't be deleted by developers manually.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

10

Last Release

2384d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d8139b8cd46896537e44481a0adb9f8134542f5fccd9b65a5c4b09976a8607b0?d=identicon)[usamarehan](/maintainers/usamarehan)

---

Top Contributors

[![zusamarehan](https://avatars.githubusercontent.com/u/16372780?v=4)](https://github.com/zusamarehan "zusamarehan (14 commits)")

---

Tags

laravellaravel-packagelaraveltourtourifyproduct-tourproduct-help

### Embed Badge

![Health badge](/badges/zusamarehan-tourify/health.svg)

```
[![Health](https://phpackages.com/badges/zusamarehan-tourify/health.svg)](https://phpackages.com/packages/zusamarehan-tourify)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
