tzepifan / artisan-web-console
Package that allows run artisan commands with simple web interface
Installs: 3 067
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
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: 2024-11-18 08:13:16 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::class
to "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
auth
andweb