Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Provides a Laravel console for viewing Beanstalk status

Notifications You must be signed in to change notification settings

cvcnetwork/beanstalkconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVC Network Beanstalk Console

go to /beanstalkconsole to view the status of local beanstalk.

Note: This is NOT secure.

Installation

composer.json

{
  "require": {
    "cvcnetwork/beanstalkconsole": "dev-master"
  }
}

app.php

<?php
  $providers = array(
  etc
  'CVCNetwork\BeanstalkConsole\BeanstalkConsoleServiceProvider',
  );

##beanstalk

publish your assets

This package has assets that need to be published to the public folder to achieve this use artisan, and commit the files to your main project

php artisan asset:publish cvcnetwork/beanstalkconsole

php artisan config:publish cvcnetwork/beanstalkconsole

About

Provides a Laravel console for viewing Beanstalk status

Resources

Stars

Watchers

Forks

Packages

No packages published