PHPackages                             thefeqy/rilty - 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. thefeqy/rilty

ActiveProject[Framework](/categories/framework)

thefeqy/rilty
=============

A modern Laravel starter kit with React, Inertia, TypeScript, and TailwindCSS.

v1.0.1(1y ago)05MITTypeScriptPHP ^8.3

Since Jan 15Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (15)Versions (5)Used By (0)

⚠️ **Beta Release**
Rilty is under active development. Frequent updates and breaking changes may occur.

**Rilty** is a modern, full-stack starter kit designed to accelerate your web development projects. Built with cutting-edge technologies, Rilty provides a solid foundation for creating dynamic, responsive, and scalable applications.

---

Features
--------

[](#features)

Rilty combines the best tools in the ecosystem to ensure a smooth and productive development experience:

- **Laravel 11**: A robust backend framework for building powerful APIs and applications.
- **ReactJS**: A modern library for creating interactive and reusable UI components.
- **InertiaJS**: Simplifying SPA development with a seamless bridge between backend and frontend.
- **TypeScript**: Adding type safety and better tooling to JavaScript.
- **TailwindCSS**: A utility-first CSS framework for rapid UI development.

---

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

[](#installation)

Follow these steps to get started with Rilty:

### Prerequisites

[](#prerequisites)

Ensure the following are installed on your system:

- PHP 8.3+
- Composer
- Node.js &amp; npm
- Git

### Steps

[](#steps)

1. **Clone the Repository**

    ```
    git clone https://github.com/your-username/rilty.git my-project
    cd my-project
    ```
2. **Install Backend Dependencies**

    ```
    composer install
    ```
3. **Install Frontend Dependencies**

    ```
    npm install
    ```
4. **Set Up Environment**Copy the example environment file and configure it:

    ```
    cp .env.example .env
    ```

    Update the `.env` file with your database and application details.
5. **Generate Application Key**

    ```
    php artisan key:generate
    ```
6. **Run Database Migrations**

    ```
    php artisan migrate
    ```
7. **Start the Development Server**Start both the backend and frontend servers:

    ```
    php artisan serve
    npm run dev
    ```

---

File Structure
--------------

[](#file-structure)

Rilty is organized to ensure clarity and maintainability:

```
my-project/
├── app/                # Backend application logic (Laravel)
├── resources/
│   ├── js/            # Frontend code (React + Inertia)
│   ├── views/         # Blade templates
├── public/            # Public assets
├── database/          # Migrations, Seeders
├── routes/            # API and web routes
└── ...

```

---

Scripts
-------

[](#scripts)

- **Development Mode**: Start the development servers:

    ```
    npm run dev
    ```
- **Build for Production**: Compile assets for production:

    ```
    npm run build
    ```

---

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

[](#contributing)

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch: ```
    git checkout -b feature/your-feature
    ```
3. Commit your changes: ```
    git commit -m "Add your feature"
    ```
4. Push to the branch: ```
    git push origin feature/your-feature
    ```
5. Open a pull request.

---

License
-------

[](#license)

Rilty is open-source software licensed under the [MIT license](LICENSE).

---

Support
-------

[](#support)

If you encounter any issues or have questions, feel free to open an issue in the repository or contact .

---

Happy coding with **Rilty**!

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance43

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

3

Last Release

478d ago

### Community

Maintainers

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

---

Top Contributors

[![thefeqy](https://avatars.githubusercontent.com/u/44809366?v=4)](https://github.com/thefeqy "thefeqy (17 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/thefeqy-rilty/health.svg)

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

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

PHPackages © 2026

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