PHPackages                             fxio/laravel-tabler-starter - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. fxio/laravel-tabler-starter

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

fxio/laravel-tabler-starter
===========================

Laravel starter template with Tabler admin/user dashboards and authentication system

v1.0.0(1y ago)11MITPHPPHP ^8.2

Since Dec 1Pushed 1y agoCompare

[ Source](https://github.com/fxio/laravel-tabler-starter)[ Packagist](https://packagist.org/packages/fxio/laravel-tabler-starter)[ RSS](/packages/fxio-laravel-tabler-starter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

Laravel Tabler Starter
======================

[](#laravel-tabler-starter)

[![Laravel Logo](https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg)](https://laravel.com)

[![Build Status](https://github.com/laravel/framework/workflows/tests/badge.svg)](https://github.com/laravel/framework/actions)[![License](https://camo.githubusercontent.com/4a64c31c71966d152c876eea1f35e85fbd33d57ddf5754260a41f053aa72c5b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6672616d65776f726b)](https://packagist.org/packages/laravel/framework)

A professional Laravel starter template with separate admin and user dashboards using the Tabler UI kit. Perfect for quickly bootstrapping Laravel applications with a beautiful admin interface.

🚀 Features
----------

[](#-features)

- **Multi-Authentication System**

    - Separate admin and user areas
    - Role-based access control
    - Secure authentication flows
- **Admin Dashboard**

    - User Management
    - Role &amp; Permission Management
    - Admin Profile Management
    - Activity Logging
    - Real-time Notifications
- **User Dashboard**

    - User Profile
    - Account Settings
    - Email Verification
    - Password Management
- **Modern Tech Stack**

    - Laravel 10
    - Tabler UI Kit
    - Vite
    - MySQL

📋 Requirements
--------------

[](#-requirements)

- PHP &gt;= 8.2
- Composer
- Node.js &amp; NPM
- MySQL

⚡ Installation
--------------

[](#-installation)

```
# Clone the repository
git clone https://github.com/fxio/laravel-tabler-starter.git

# Navigate to the directory
cd laravel-tabler-starter

# Install PHP dependencies
composer install

# Install NPM dependencies
npm install

# Create environment file
cp .env.example .env

# Generate application key
php artisan key:generate

# Configure your database in .env and run migrations with seeders
php artisan migrate --seed

# Build assets
npm run build

# Start the local development server
php artisan serve
```

🔒 Default Credentials
---------------------

[](#-default-credentials)

**Admin:**

- Email:
- Password: password

**User:**

- Email:
- Password: password

🛠 Configuration
---------------

[](#-configuration)

1. Configure your environment variables in `.env`:

```
APP_NAME="Your App Name"
APP_URL=http://localhost:8000

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password
```

2. Configure mail settings for password reset and verification:

```
MAIL_MAILER=smtp
MAIL_HOST=your_mail_host
MAIL_PORT=587
MAIL_USERNAME=your_username
MAIL_PASSWORD=your_password
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=noreply@yourdomain.com
MAIL_FROM_NAME="${APP_NAME}"
```

📚 Documentation
---------------

[](#-documentation)

Detailed documentation is available in the [Wiki](link-to-wiki).

🔄 Updates
---------

[](#-updates)

This project follows [Semantic Versioning](https://semver.org/). To update:

```
composer update
npm update
php artisan migrate
```

🚧 Roadmap
---------

[](#-roadmap)

- Real-time Notifications
- Advanced User Management
- API Authentication
- Two-Factor Authentication
- Audit Logging
- File Management
- Theme Customization
- Export/Import Features

🤝 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please check out our [Contributing Guide](CONTRIBUTING.md).

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

📝 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

🙏 Acknowledgments
-----------------

[](#-acknowledgments)

- [Laravel](https://laravel.com)
- [Tabler](https://tabler.io)
- [All Contributors](../../contributors)

📧 Support
---------

[](#-support)

If you discover any issues or have questions, please [create an issue](https://github.com/fxio/laravel-tabler-starter/issues).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

527d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ae77f27aaf0fb92e1a0c1232acc01d0765119b2f696defa8eae53c02a62641b?d=identicon)[FXIO](/maintainers/FXIO)

---

Top Contributors

[![ehsanrazavio](https://avatars.githubusercontent.com/u/60227695?v=4)](https://github.com/ehsanrazavio "ehsanrazavio (12 commits)")

---

Tags

adminadmin-dashboardlaraveltablerlaravelauthdashboardadminstarter-kittabler

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fxio-laravel-tabler-starter/health.svg)

```
[![Health](https://phpackages.com/badges/fxio-laravel-tabler-starter/health.svg)](https://phpackages.com/packages/fxio-laravel-tabler-starter)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[tuandm/laravue

A beautiful dashboard for Laravel built by VueJS

2.2k16.6k](/packages/tuandm-laravue)[kamona/kui-laravel-fortify

Front-end scafolding for laravel/fortify based on kui-dashboard

132.7k](/packages/kamona-kui-laravel-fortify)

PHPackages © 2026

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