2017 © Pedro Peláez
 

library laravel-beanstalkd-ui

An Admin UI for Beanstalkd and Laravel

image

dionera/laravel-beanstalkd-ui

An Admin UI for Beanstalkd and Laravel

  • Tuesday, July 17, 2018
  • by dionera
  • Repository
  • 7 Watchers
  • 88 Stars
  • 20,791 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 2 Open issues
  • 17 Versions
  • 25 % Grown

The README.md

Laravel Beanstalkd Admin UI

Code Climate Current Version License, (*1)

, (*2)

:fire: A slick Admin Interface for monitoring your Beanstalkd queues right out of your Laravel application. :fire:, (*3)

Installation

Require the package through composer, (*4)

composer require dionera/laravel-beanstalkd-ui

Version Table

Laravel Required PHP Version Package Version
^5.7.28 ^7.2 ^2.0
^6.0, ^7.0 ^7.2 ^2.1
^7.0 ^7.4 ^3.0
^7.0, ^8.0 ^7.4 ^3.1
^8.0 ^7.4, ^8.0 ^4.0

Publish assets

Next we need to publish the package's assets. We do this by running the following command:, (*5)

php artisan vendor:publish --provider="Dionera\BeanstalkdUI\BeanstalkdUIServiceProvider" --tag="public"

This will publish all the required Javascript and CSS into your applications public/vendor/beanstalkdui folder., (*6)

View it in the browser

Now navigate to http://<your-app>/beanstalkd/tubes in your browser. If you're not already authenticated you will now be asked to log in. This is because by default all routes use the auth middleware. See the Configuration section for information about how to overwrite this., (*7)

Live Updating

, (*8)

Configuration

In order to overwrite the default configuration we first need to publish the package's config file., (*9)

php artisan vendor:publish --provider="Dionera\BeanstalkdUI\BeanstalkdUIServiceProvider" --tag="config"

This will place a beanstalkdui.php in your application's config folder. Inside you will find the following settings:, (*10)

Value Default Description
host '127.0.0.1' The Beanstalkd host.
port 11300 The Port Beanstalkd is running on.
middleware ['web', 'auth'] An array of middlewares which get applied to all the package's routes. If no middleware should be applied simply remove auth from the array.
prefix '' Route prefix that should be applied the Admin UI routes.
failed_jobs true Defines if you want to be able to also manage your failed jobs through the UI. If set to true an additional table containing all failed jobs for the current tube will be displayed.
failed_jobs_table failed_jobs The name of the table containing your failed jobs.

The Versions

17/07 2018

dev-master

9999999-dev

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

17/07 2018

1.3.0

1.3.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

12/02 2018

1.2.0

1.2.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

31/01 2018

1.1.0

1.1.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

30/08 2017

1.0.0

1.0.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

30/08 2017

dev-php5

dev-php5

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

23/04 2017

dev-develop

dev-develop

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

23/04 2017

0.3.4

0.3.4.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

09/09 2016

0.3.3

0.3.3.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

15/08 2016

0.3.2

0.3.2.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

12/08 2016

0.3.1

0.3.1.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

12/08 2016

0.3.0

0.3.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

08/08 2016

0.2.2

0.2.2.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

05/08 2016

0.2.1

0.2.1.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

05/08 2016

0.2.0

0.2.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

05/08 2016

0.1.1

0.1.1.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski

05/08 2016

0.1.0

0.1.0.0

An Admin UI for Beanstalkd and Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kai Sassnowski