2017 © Pedro Peláez
 

library artisan-web-console

Package that allows run artisan commands with simple web interface

image

tzepifan/artisan-web-console

Package that allows run artisan commands with simple web interface

  • Tuesday, August 1, 2017
  • by Tzepifan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,064 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 107 % Grown

The README.md

Artisan Web Console For Laraval 5.*

This package was developed to run artisan commands on with simple user friendly interface

Features:

  • Simple adding needed middlware in config file, wich can be used to grant access to console only for admins
  • Set any custom url prefix for console route
  • Run any artisan commands with all console notifications, (*1)

    Installation

  1. Install package with composer composer require "tzepifan/artisan-web-console:dev-master"
  2. Go to config/app.php and add service Tzepifan\ArtisanWebConsole\ArtisanWebConsoleServiceProvider::class to "providers" array
  3. Publish assets and config with php artisan vendor:publish
  4. By default console url will be <yourdomain.com>/artisan-console/interface
  5. Default middleware is auth and web

The Versions

01/08 2017

dev-master

9999999-dev

Package that allows run artisan commands with simple web interface

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ruslan Kulik

laravel console artisan web console