tzepifan / artisan-web-console
Package that allows run artisan commands with simple web interface
Package info
github.com/Ruperty123/Artisan-Web-Console-For-Laraval-5
pkg:composer/tzepifan/artisan-web-console
dev-master
2017-08-01 12:46 UTC
Requires
- php: >=5.6.4
- laravel/framework: >=5.3.0
Requires (Dev)
- php: >=5.6.4
- laravel/framework: >=5.3.0
This package is not auto-updated.
Last update: 2026-02-23 14:33:24 UTC
README
##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
- Install package with composer
composer require "tzepifan/artisan-web-console:dev-master" - Go to config/app.php and add service
Tzepifan\ArtisanWebConsole\ArtisanWebConsoleServiceProvider::classto "providers" array - Publish assets and config with
php artisan vendor:publish - By default console url will be
<yourdomain.com>/artisan-console/interface - Default middleware is
authandweb