PHPackages                             yuisalabs/selia-laravel - 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. [Framework](/categories/framework)
4. /
5. yuisalabs/selia-laravel

ActiveProject[Framework](/categories/framework)

yuisalabs/selia-laravel
=======================

The skeleton application for the Laravel framework with Inertia.js and Selia UI Library.

v1.4.0(1mo ago)1114MITTypeScriptPHP ^8.2

Since Jan 26Pushed 1mo agoCompare

[ Source](https://github.com/yuisalabs/selia-laravel)[ Packagist](https://packagist.org/packages/yuisalabs/selia-laravel)[ RSS](/packages/yuisalabs-selia-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (36)Versions (8)Used By (0)

TL;DR
-----

[](#tldr)

```
laravel new app --using=yuisalabs/selia-laravel
```

Make sure to update your `APP_URL` in the `.env` file before using the route function. Then, run `npm run dev` to generate and watch routes properly during development.

Warning

This project uses `mcamara/laravel-localization`. You MUST ensure `APP_URL` matches your local development URL exactly (e.g. `http://selia-laravel.test` or `http://localhost:8000`).

Additionally, whenever you modify routes, you MUST run:

```
php artisan route:trans:cache
```

Caution

This project enforces **Conventional Commits** using `commitlint` and `husky`. Ensure your commit messages follow the standard format (e.g., `feat: add new login page`).

For detailed setup and development instructions, please read [HOW\_TO\_DEVELOP.md](HOW_TO_DEVELOP.md).

Laravel Inertia React with TypeScript
-------------------------------------

[](#laravel-inertia-react-with-typescript)

By default, packages like Laravel Breeze use regular JavaScript for React. However, this project is tailored for those who want an Inertia.js boilerplate with TypeScript, enhanced with the **Selia UI Kit**.

### Default Account

[](#default-account)

```
Email: superadmin@yuisalabs.dev
Password: superadmin
```

### Features

[](#features)

- **Authentication**: Full auth scaffolding (Login, Register, Password Reset, Email Verification).
- **Access Control List (ACL)**: Full ACL scaffolding (Role, Permission, User Role, User Permission).
- **User Profile**: Profile management with update and delete capabilities.
- **TypeScript**: Fully typed codebase for better developer experience.
- **Selia UI**: Custom UI components and design system.
- **Modern Architecture**: Feature-based folder structure for scalability.

### Folder Structure

[](#folder-structure)

This project adopts a **feature-based architecture** to keep the codebase scalable and maintainable. Instead of grouping files by type (controllers, views, etc.), we group them by **feature** where possible, especially in the frontend.

#### Frontend (`resources/js/`)

[](#frontend-resourcesjs)

```
resources/js/
├── components/         # Shared UI components (Button, Input, etc.)
├── layouts/            # Layout wrappers (AuthenticatedLayout, GuestLayout, PublicLayout)
├── pages/              # Inertia Page components (entry points)
│   ├── auth/           # Auth pages (Login, Register, etc.) - specific layout/view logic
│   └── ...
├── features/           # Feature-specific logic and specialized components
│   ├── auth/           # Authentication feature
│   │   └── components/ # Forms and logical components (LoginForm, RegisterForm, etc.)
│   └── ...
└── ...

```

**Key Concept:**

- **Pages (`resources/js/pages`)**: Should focused on **Layout** and **Routing**. They act as the "Controller" of the frontend, receiving data from Inertia props and organizing the page structure.
- **Features (`resources/js/features`)**: Contain the **Business Logic** and **Complex Components**. For example, the `LoginForm` component handles the form state, validation, and submission, while the `LoginPage` simply places that form into the `GuestLayout`.

This separation allows for easier testing, reuse of feature logic, and a cleaner separation of concerns.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

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

Every ~11 days

Total

6

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dac6689f0d85a3d8aa588a9295a9377550d4d8f1369479732b0cf75f88a229f?d=identicon)[yuisa-scarlet](/maintainers/yuisa-scarlet)

---

Top Contributors

[![yuisa-scarlet](https://avatars.githubusercontent.com/u/34961795?v=4)](https://github.com/yuisa-scarlet "yuisa-scarlet (82 commits)")

---

Tags

frameworklaravelinertiaselia

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/yuisalabs-selia-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/yuisalabs-selia-laravel/health.svg)](https://phpackages.com/packages/yuisalabs-selia-laravel)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)

PHPackages © 2026

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