2017 © Pedro Peláez
 

package laracommander

A package to make artisan commands available on a dashboard

image

midnite81/laracommander

A package to make artisan commands available on a dashboard

  • Monday, January 15, 2018
  • by midnite81
  • Repository
  • 2 Watchers
  • 1 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

LaraCommander - Artisan Web Dashboard

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A web dashboard for Artisan Commands, (*2)

Once you've installed LaraCommander, you may wish to view the guide to How the Dashboard works, (*3)

Installation

This package requires PHP 5.6+, and includes a Laravel 5 Service Provider., (*4)

To install through composer include the package in your composer.json., (*5)

{
    "require": {
        "midnite81/laracommander": "1.*"
    }
}

Run composer install or composer update to download the dependencies or you can run composer require midnite81/laracommander., (*6)

Laravel 5 Integration

If you're using Laravel 5.5, you can ignore the first part of this as Laravel will auto discover this package, but you will need to publish the config file., (*7)

To use the package with Laravel 5 firstly add the LaraCommander service provider to the list of service providers in app/config/app.php., (*8)

'providers' => [
    ...
    Midnite81\LaraCommander\CommandServiceProvider::class,
    Collective\Html\HtmlServiceProvider::class,
    ...       
];

Add in the facades to the aliases section of app/config/app.php., (*9)

'aliases' => [
    ...
    'Form' => Collective\Html\FormFacade::class,
    'Html' => Collective\Html\HtmlFacade::class,
    ...       
];

### Publish the config, (*10)

Publish the config files using php artisan vendor:publish --provider="Midnite81\LaraCommander\CommandServiceProvider", (*11)

If you're using Laravel 5.5 or above you can simply type php artisan vendor:publish and select Provider: Midnite81\LaraCommander\CommandServiceProvider, (*12)

Configuration File

Once you have published the config files, you will find a laracommander.php file in the config folder. It is important that you look through these settings and update these where necessary. By default LaraCommander isn't set to use any auth middleware, which can be set in the config depending on your needs., (*13)

Setup complete

If you've followed the steps above you should now be able to load the LaraCommander Dashboard by going to http://example.com/console (or whatever url you're specified in the config)., (*14)

The Versions

15/01 2018

dev-master

9999999-dev

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

15/01 2018

v1.0.7

1.0.7.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

15/01 2018

v1.0.6

1.0.6.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.5

1.0.5.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.4

1.0.4.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.3

1.0.3.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.2

1.0.2.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.1

1.0.1.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers

13/01 2018

v1.0.0

1.0.0.0

A package to make artisan commands available on a dashboard

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Rogers