nwanguma/atlas

Laravel React Inertia Tailwind starter kit
275 90
Install
composer require nwanguma/atlas
Latest Version:v1.1
PHP:^8.1
License:proprietary
Last Updated:Feb 20, 2023
Links: GitHub  ·  Packagist
Maintainer: nwanguma

Atlas

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

Includes Laravel Fortify for authentication

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 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

  • 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

How do I set this up

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 <your-project-name>

cd <your-project-name>

npm install

php artisan storage:link

php artisan migrate

npm run dev

php artisan serve

To remove the documentation

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

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

Want to Contribute?

Feel free to create a pull request.

Related Packages

mtiolaksono/laravel12-react-starter

Starter Kit Laravel 12 + React + Inertia + Tailwind + ShadCN UI + Spatie Permiss...

1 0
lucky-media/reactor

Minimal Laravel authentication scaffolding with React, Inertia and Tailwind CSS.

568 65
yogijowo/laravel12-react-starterkit

Starter Kit Laravel 12 + React + Inertia + Tailwind + ShadCN UI + Spatie Permiss...

470 174
xtrulloreas/larareact12-esp

Kit de Inicio con Laravel 12 + React + Inertia + Tailwind + ShadCN UI + Spatie P...

3 0
pozzdol/starter-inertia-react

Laravel + Inertia + React starter kit

2 0