tzepifan/artisan-web-console
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
- 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