Code Monkey home page Code Monkey logo

atlas's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.