babak271 / shared-host-artisan
Easily run artisan command in php shared host.
1.0.1
2021-03-23 11:43 UTC
Requires
- illuminate/support: ~5.0|^6.0|^7.0|^8.0
Requires (Dev)
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-11 11:06:06 UTC
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.