PHPackages                             nwanguma/atlas - 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. nwanguma/atlas

ActiveProject

nwanguma/atlas
==============

Laravel React Inertia Tailwind starter kit

v1.1(3y ago)9027515[1 issues](https://github.com/kachidk/atlas/issues)proprietaryPHPPHP ^8.1

Since Feb 20Pushed 3y ago4 watchersCompare

[ Source](https://github.com/kachidk/atlas)[ Packagist](https://packagist.org/packages/nwanguma/atlas)[ RSS](/packages/nwanguma-atlas/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (14)Versions (3)Used By (0)

Atlas
=====

[](#atlas)

A Laravel, React (Typescript), Inertia &amp; Tailwind starter kit. (Jetstream alternative)
------------------------------------------------------------------------------------------

[](#a-laravel-react-typescript-inertia--tailwind-starter-kit-jetstream-alternative)

Includes Laravel Fortify for authentication

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

[](#introduction)

This starter kit provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Tailwind. It also includes [Laravel Fortify](https://laravel.com/docs/8.x/fortify) which publishes authentication controllers to your application that can be easily customized based on your own application's needs.

This starter is powered by React, Inertia, Tailwind and Laravel.

### Includes

[](#includes)

- Laravel v10.0
- Laravel Fortify v1.7
- Laravel Sail v1.18
- React v18.2
- Inertia React v1.0.2
- Inertia Laravel v0.6.9
- Tailwind CSS v3.2
- Ziggy v1.5

Notable Packages
----------------

[](#notable-packages)

- [Laravel](https://laravel.com) - Backend 🎰
- [ReactJs](https://reactjs.com) - Frontend 💻
- [InertiaJs](https://inertiajs.com) - Mediator(Helps discard API) 🧑‍🦯
- [Tailwind CSS](https://tailwindcss.com) - Styling 💅

How do I set this up
--------------------

[](#how-do-i-set-this-up)

### Installation Via Composer

[](#installation-via-composer)

If your computer already has PHP and Composer installed, you may create a new project by using Composer directly.

```
composer create-project nwanguma/atlas

cd

npm install

php artisan storage:link

php artisan migrate

npm run dev

php artisan serve
```

To remove the documentation
---------------------------

[](#to-remove-the-documentation)

- Windows ```
    rmdir /s docs
    del README.md
    ```
- Linux ```
    sudo rm -r docs
    rm README.md
    ```

Just Reminders 😅
----------------

[](#just-reminders-)

- Make Hard Visits with

    ```
    Inertia::Location(route('login'));
    ```

    Good for those pages that require refresh of sessions, to avoid 419 error (Page Expired).
- Global alias

    ```
    const path = require("path");

    export default defineConfig({
      // ...
      resolve: {
        alias: {
          "@": path.resolve(__dirname, "resources/ts"),
        },
      },
    });
    ```

    Global alias `@` for absolute path imports.

How it looks
------------

[](#how-it-looks)

[![](docs/images/login-page.png)](docs/images/login-page.png)

[![](docs/images/home-page.png)](docs/images/home-page.png)

[![](docs/images/profile-page.png)](docs/images/profile-page.png)

[![](docs/images/menu-page.png)](docs/images/menu-page.png)

Want to Contribute?
-------------------

[](#want-to-contribute)

Feel free to create a pull request.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

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

2

Last Release

1173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6aea9e15d7cbc42a678b26a33af20cb7f742d8d11ce46873493be25c555a2f2f?d=identicon)[nwanguma](/maintainers/nwanguma)

---

Top Contributors

[![kachidk](https://avatars.githubusercontent.com/u/61981167?v=4)](https://github.com/kachidk "kachidk (16 commits)")

---

Tags

inertiajslaravelreacttailwindcsstypescriptlaraveltailwindinertiareact

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/nwanguma-atlas/health.svg)

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

PHPackages © 2026

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