Skip to content

Commit 55cdbfe

Browse files
authored
Update README.md
1 parent 32160f4 commit 55cdbfe

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

packages/jobs/README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ Managing Job Queues, Failed Jobs and Batches in Filament.
66

77
Alternative to Laravel Horizon, if you use the database driver for queues. Nice addon to Laravel Horizon, if you use Redis. See [Limitations](#limitations) below for more information about Redis, Amazon SQS and Beanstalkd compatibility. More information about Laravel Job Queues and how Moox Jobs works in our [Jobs for Beginners Guide](#jobs-for-beginners).
88

9+
10+
## Quick installation
11+
12+
These two commmands are all you need to install the package:
13+
14+
```bash
15+
composer require moox/jobs
16+
php artisan mooxjobs:install
17+
```
18+
19+
Curious what the install command does? See [manual installation](#manual-installation) below.
20+
921
## Requirements
1022

1123
Moox Jobs requires
@@ -34,17 +46,6 @@ php artisan mooxjobs:update
3446

3547
The update command takes care about changing and creating the new fields without loosing data. Alternatively you may delete the job-manager table and simply run the following install command.
3648

37-
## Quick installation
38-
39-
These two commmands are all you need to install the package:
40-
41-
```bash
42-
composer require moox/jobs
43-
php artisan mooxjobs:install
44-
```
45-
46-
Curious what the install command does? See [manual installation](#manual-installation) below.
47-
4849
## Features
4950

5051
### Jobs
@@ -79,7 +80,7 @@ The configuration of the package is work in progress. To make it better suitable
7980

8081
New in 3.1 is the switch to Google Icons and the ability to [switch back to Heroicons in Moox Core](https://github.com/mooxphp/core#disable-google-icons).
8182

82-
If there is something you need to be configurable, drop us an issue.
83+
If there is anything else you want to configure, drop us an issue.
8384

8485
## Manual Installation
8586

0 commit comments

Comments
 (0)