Code Monkey home page Code Monkey logo

laravel-beanstalkd-admin-ui's Introduction

Laravel Beanstalkd Admin UI

Code Climate Build Status SensioLabsInsight Current Version License

๐Ÿ”ฅ A slick Admin Interface for monitoring your Beanstalkd queues right out of your Laravel application. ๐Ÿ”ฅ

Installation

Require the package through composer

composer require dionera/laravel-beanstalkd-ui

Note: For Laravel versions older than 5.7.28 please install dionera/laravel-beanstalkd-ui:~1.3.0.

Publish assets

Next we need to publish the package's assets. We do this by running the following command:

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.

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.

Older versions of PHP and Laravel

If you're not on PHP 7 or Laravel 5.5 yet, please check out the legacy branch. No new features will be added to this branch. Bugfixes will still get backported.

Live Updating

Configuration

In order to overwrite the default configuration we first need to publish the package's config file.

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:

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.

laravel-beanstalkd-admin-ui's People

Contributors

dependabot[bot] avatar ksassnowski avatar neoteknic avatar svargos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.