Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjude committed Feb 25, 2024
1 parent 5e015d9 commit 224ffa9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/stephenjude/filament-jetstream/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/stephenjude/filament-jetstream/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/stephenjude/filament-jetstream.svg?style=flat-square)](https://packagist.org/packages/stephenjude/filament-jetstream)



This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
This package adapts Laravel Jetstream Livewire into your filament admin panel, and it supports team, api and dark mode.

## Installation

Expand All @@ -17,11 +15,9 @@ You can install the package via composer:
composer require stephenjude/filament-jetstream
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="filament-jetstream-migrations"
php artisan migrate
Install Jetstream with team, api and email verification.
```php
php artisan filament:jetstream:install --team --api --verification
```

You can publish the config file with:
Expand All @@ -46,8 +42,7 @@ return [
## Usage

```php
$filamentJetstream = new FilamentJetstream\FilamentJetstream();
echo $filamentJetstream->echoPhrase('Hello, FilamentJetstream!');
php artisan
```

## Testing
Expand Down

0 comments on commit 224ffa9

Please sign in to comment.