PHPackages                             sinan-aydogan/jetstream-plus - 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. sinan-aydogan/jetstream-plus

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

sinan-aydogan/jetstream-plus
============================

Tailwind scaffolding for the Laravel framework.

v0.0.1(3y ago)312MITPHPPHP ^7.3|^8.0

Since Jun 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sinan-aydogan/jetstream-plus)[ Packagist](https://packagist.org/packages/sinan-aydogan/jetstream-plus)[ RSS](/packages/sinan-aydogan-jetstream-plus/feed)WikiDiscussions main Synced today

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

[![Logo Laravel Jetstream](/art/logo.svg)](/art/logo.svg)

 [ ![Build Status](https://github.com/laravel/jetstream/workflows/tests/badge.svg) ](https://github.com/laravel/jetstream/actions) [ ![Total Downloads](https://camo.githubusercontent.com/accc45261078fbc19bf7aa0399f096b3c709a071171a02a9a69d5a7e253a43ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61726176656c2f6a657473747265616d) ](https://packagist.org/packages/laravel/jetstream) [ ![Latest Stable Version](https://camo.githubusercontent.com/6dc876e0597665adb57852ccec56aa98b05399b6fad8692f1d03e14030a88292/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61726176656c2f6a657473747265616d) ](https://packagist.org/packages/laravel/jetstream) [ ![License](https://camo.githubusercontent.com/7cf7a331cc2da072a8ed4ecc6ad562cb2a13167d433025ac9e89e9ebdab80116/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c61726176656c2f6a657473747265616d) ](https://packagist.org/packages/laravel/jetstream)

Introduction
------------

[](#introduction)

> This isn't offical Jetstream, but it's a collection of tools that I've found useful. It has multi-language support by [vue-i18n](https://vue-i18n.intlify.dev/).

Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via [Laravel Sanctum](https://github.com/laravel/sanctum), and optional team management.

Jetstream is designed using [Tailwind CSS](https://tailwindcss.com) and offers your choice of [Livewire](https://jetstream.laravel.com/2.x/stacks/livewire.html) or [Inertia](https://jetstream.laravel.com/2.x/stacks/inertia.html) scaffolding.

Official Documentation
----------------------

[](#official-documentation)

Documentation for Jetstream can be found on the [Jetstream website](https://jetstream.laravel.com).

Setup Directions
----------------

[](#setup-directions)

1. `composer require sinan-aydogan/jetstream-plus`
2. `php artisan jetstream:install inertia` or `php artisan jetstream:install inertia --teams`
3. `npm install && npm run dev`
4. `php artisan migrate --seed`
5. `npm run hot`
6. `php artisan serve`
7. `Goto: http://localhost:8000`

Multi-language support (Vue I18n and backend)
=============================================

[](#multi-language-support-vue-i18n-and-backend)

- You can add new languages to the project by adding a new language file to the `resources/Languages` directory like `bg.json`.

### bg.json

[](#bgjson)

```
{
    "product": {
        "create": {
            "title": "Създаване на продукт"
        }
    }
}
```

### usages

[](#usages)

```

```

- You can add new flags to the `resources/Flags` directory then you should import them in the `resources/language.js`.

```
import bgTranslates from '@/Languages/bg.json';
import flagBg from "@/Languages/Flags/flagBg";

/*Flags*/
const flags = {
    flagEn: flagEn,
    flagTr: flagTr,
    flagBg: flagBg,
};

/* Languages */
const languages = [
    { id: "en", name: "English", flag: "flagEn" },
    { id: "tr", name: "Türkçe", flag: "flagTr" },
    { id: "bg", name: "български", flag: "flagBg" },
];

/*Translates*/
const translates = {
    en: {
        ...jpTranslates.en,
        ...enTranslates
    },
    tr: {
        ...jpTranslates.tr,
        ...trTranslates
    },
    bg: {
        ...jpTranslates.bg,
        ...bgTranslates
    }
}
```

Help
----

[](#help)

If you need to help more than this documentation:

- You can join our [Discord Channel](https://discord.gg/TnjA2GqYmw) then ask your questions
- Access to our [Tabbs page](https://tailadmin.tabbs.co/) for how to make links (Install in Linux, solution of the npm errors etc.)

### Premium Partners

[](#premium-partners)

> [![Cleavr](https://camo.githubusercontent.com/60ebdf38103122c537ebfc18f73ca35a0de2436f59a7b4acf0e558daec0c3235/68747470733a2f2f76312e7461696c61646d696e2e6465762f696d672f6d6973632f636c656176725f696f5f30373039323032315f30373039323032322e6a7067)
> Cleavr is your all-in-one server and deployment management platform for your PHP and NodeJS apps. Provision, deploy, monitor, backup, &amp; more.](https://cleavr.io/)

> 🤘 If you want to support us, you can send a mail to us via

Contributing
------------

[](#contributing)

Thank you for considering contributing to Jetstream Plus! You can read the contribution guide [here](.github/CONTRIBUTING.md).

License
-------

[](#license)

Laravel Jetstream is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

1434d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/243c006d6f046e61fa9ca26c105557d0e2b090034691be3c806a3c4ac0f17a2f?d=identicon)[sinan-aydogan](/maintainers/sinan-aydogan)

---

Top Contributors

[![sinan-aydogan](https://avatars.githubusercontent.com/u/1011324?v=4)](https://github.com/sinan-aydogan "sinan-aydogan (2 commits)")

---

Tags

inertiajsjetstream-laravellaraveltailwindcssvuejslaravelauthtailwindjetstreammulti-language

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sinan-aydogan-jetstream-plus/health.svg)

```
[![Health](https://phpackages.com/badges/sinan-aydogan-jetstream-plus/health.svg)](https://phpackages.com/packages/sinan-aydogan-jetstream-plus)
```

###  Alternatives

[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M52](/packages/php-open-source-saver-jwt-auth)[jurager/teams

Laravel package to manage team functionality and operate with user permissions.

22817.3k](/packages/jurager-teams)

PHPackages © 2026

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