An open API service indexing awesome lists of open source software.

https://github.com/natthasath/demo-laravel-jetstream

Laravel Jetstream: A sleek scaffolding library for Laravel, providing pre-built authentication, team management, API support, and more. Streamline development with elegant components.
https://github.com/natthasath/demo-laravel-jetstream

10x authentication jetstream laravel php

Last synced: 3 months ago
JSON representation

Laravel Jetstream: A sleek scaffolding library for Laravel, providing pre-built authentication, team management, API support, and more. Streamline development with elegant components.

Awesome Lists containing this project

README

        

# 🎉 DEMO Laravel Jetstream

Laravel Jetstream: A sleek scaffolding library for Laravel, providing pre-built authentication, team management, API support, and more. Streamline development with elegant components.

![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)

### 🚀 Setup

- Install Package

```shell
composer require laravel/jetstream
```

- Install Jetstream with Livewire

```shell
php artisan jetstream:install livewire
```

- Final Install

```shell
npm install
npm run build
php artisan migrate
```

### 🏆 Run

- [http://localhost:8000/dashboard](http://localhost:8000/dashboard) username : `admin` password : `admin`

```shell
php artisan serve
```