babak271/shared-host-artisan
Composer 安装命令:
composer require babak271/shared-host-artisan
包简介
Easily run artisan command in php shared host.
README 文档
README
Shared host artisan package enables you to easily run caching and clearing cache files in
a shared host that restricted proc_open functions.
Installation
You can install the package via composer:
composer require babak271/shared-host-artisan
You can publish the config and view files with:
php artisan vendor:publish --provider="Babak271\SharedHostArtisanCommand\SharedHostArtisanCommandServiceProvider"
This is the contents of the published config file:
return [ 'blade_direction' => 'ltr', 'prefix' => 'share_host_artisan', 'middleware' => ['web'], ];
Usage
You can set your desired route and middleware for the artisan commands in the config file or go with the defaults.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-21
