PHPackages                             roihan365/tulakandashboard - 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. [Templating &amp; Views](/categories/templating)
4. /
5. roihan365/tulakandashboard

ActivePackage[Templating &amp; Views](/categories/templating)

roihan365/tulakandashboard
==========================

TulakanSpace Dashboard template create using tailwindcss

1.0.3(10mo ago)197MITBlade

Since Sep 12Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/roihan365/tulakandash)[ Packagist](https://packagist.org/packages/roihan365/tulakandashboard)[ RSS](/packages/roihan365-tulakandashboard/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (6)Used By (0)

TULAKANDASH - Tailwind Admin Dashboard
======================================

[](#tulakandash---tailwind-admin-dashboard)

**TULAKANDASH** is a modern, responsive admin dashboard template built using Tailwind CSS. It provides a sleek and intuitive user interface for managing various backend systems, with highly customizable components that can be adapted to fit a wide range of applications.

📦 Features
----------

[](#-features)

- **Responsive Design:** Optimized for different screen sizes, ensuring a seamless experience across devices.
- **Tailwind CSS:** Built using Tailwind CSS for rapid UI development and easy customization.
- **Alpine JS:** Adds interactivity and reactivity to components.
- **Modular Components:** Pre-built components for rapid development.
- **Developer Friendly:** Easy to install, configure, and extend.

🚀 Installation
--------------

[](#-installation)

Follow these steps to set up TULAKANDASH in your Laravel application.

### 1. Create a New Laravel Application

[](#1-create-a-new-laravel-application)

If you do not have a Laravel project, create a new one:

```
composer create-project laravel/laravel my-laravel-app
```

### 2. Install the TULAKANDASH Package

[](#2-install-the-tulakandash-package)

If you already have a Laravel project, you can install the TULAKANDASH package via Composer:

```
composer require roihan365/tulakandashboard
```

### 3. Publish Resources

[](#3-publish-resources)

Run the following Artisan command to publish the package assets:

```
php artisan tulakandash:install
```

This command will copy the necessary views, routes, and components to your Laravel application.

### 4. Update Routes

[](#4-update-routes)

Open `routes/web.php` and include the TULAKANDASH routes by adding this line:

```
require __DIR__ . '/dashboard.php';
```

### 5. Compile Assets

[](#5-compile-assets)

If you have not yet configured Tailwind CSS, run the following commands to compile the assets:

```
npm install
npm run dev
```

✅ Usage
-------

[](#-usage)

After installation, you can start using the TULAKANDASH components in your Blade views.

### 1. Dashboard Layout

[](#1-dashboard-layout)

The main layout wrapper that includes the sidebar, header, and main content area.

```

            Dashboard Content

```

### 2. Sidebar Content

[](#2-sidebar-content)

Customize the sidebar content using the `sidebarContent` slot.

```

    Posts
    Users

```

### 3. Mobile Navbar Button

[](#3-mobile-navbar-button)

A slot for mobile-specific buttons, such as the logout button.

```

        @csrf

            Logout

```

### 4. Sidebar Footer

[](#4-sidebar-footer)

Additional buttons or links for the sidebar footer section.

```

    Home

```

### 5. Dashboard Card

[](#5-dashboard-card)

A card component used to display data or information in a styled container.

```

        Active Users

        150
        Total Users

```

### 6. Refresh Button

[](#6-refresh-button)

A button that can be used to trigger actions such as refreshing content.

```

    Refresh

```

📢 Contribution
--------------

[](#-contribution)

We welcome contributions from the community. Please feel free to open issues, submit pull requests, or suggest new features.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance54

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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 ~73 days

Total

5

Last Release

314d ago

Major Versions

0.0.2 → 1.0.12025-05-11

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a4e9f066aa28bf6c2be52f7fdfdf3f77190160b2da9419047b4b0ceee4c04d8?d=identicon)[roihan365](/maintainers/roihan365)

---

Top Contributors

[![roihan365](https://avatars.githubusercontent.com/u/23188181?v=4)](https://github.com/roihan365 "roihan365 (26 commits)")

### Embed Badge

![Health badge](/badges/roihan365-tulakandashboard/health.svg)

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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