Ruperty123 / Artisan-Web-Console-For-Laraval-5 by Tzepifan

Package that allows run artisan commands with simple web interface
2,631
2
2
Package Data
Maintainer Username: Tzepifan
Maintainer Contact: ruperty123@gmail.com (Ruslan Kulik)
Package Create Date: 2017-07-31
Package Last Update: 2017-08-01
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:08:20
Package Statistics
Total Downloads: 2,631
Monthly Downloads: 34
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

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