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.
- Host: GitHub
- URL: https://github.com/natthasath/demo-laravel-jetstream
- Owner: natthasath
- Created: 2023-04-19T02:10:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T07:43:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T02:54:11.446Z (5 months ago)
- Topics: 10x, authentication, jetstream, laravel, php
- Language: PHP
- Homepage: https://jetstream.laravel.com/
- Size: 129 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


### 🚀 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
```