Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxbot committed Dec 7, 2023
1 parent 6b34702 commit 39ead9a
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
![filament-banner](./docs/filament-banner.jpg)
![Moox Jobs](https://github.com/mooxphp/moox/raw/main/_other/art/banner/jobs.jpg)

# Filament Job Manager
# Moox Jobs

Filament panel for managing job queues including failed jobs and batches.
Managing Job Queues, Failed Jobs and Batches in Filament.

## Quick installation

These two commmands are all you need to install the package:

```bash
composer require moox/jobs
php artisan mooxjobs:install (wip)
```

Curious what the install command does? See manual installation below.

## Features

Expand Down Expand Up @@ -34,7 +45,7 @@ See your job batches, prune batches:

![screenshot-batches](./docs/screenshot-batches.jpg)

## Installation
## Manual Installation

This Laravel package is made for Filament 3 and the awesome TALL-Stack.

Expand Down

0 comments on commit 39ead9a

Please sign in to comment.