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

Package that allows run artisan commands with simple web interface
3,354
2
1
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: 2025-03-30 15:04:38
Package Statistics
Total Downloads: 3,354
Monthly Downloads: 127
Daily Downloads: 1
Total Stars: 2
Total Watchers: 1
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