tzepifan/artisan-web-console

Package that allows run artisan commands with simple web interface
5,674 2
Install
composer require tzepifan/artisan-web-console
PHP:>=5.6.4
License:MIT
Last Updated:Aug 1, 2017
Links: GitHub  ·  Packagist
Maintainer: Tzepifan

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

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

Related Packages

recca0120/laravel-bridge

use laravel eloquent, view, pagination anywhere

466 31
hariadi/laravel-boilerplate-generator

Generate Model, attribute, relation, scope trait and repository for Laravel Boil...

609 9
emir/laravel-webartisan

Web artisan allows to run artisan console commands using a browser

754 56
recca0120/terminal

run laravel artisan command in web application

420,553 880
andrewlrrr/laravel-auto-release

Helps in automation of routine actions for the release of the project.

38 3