babak271 / shared-host-artisan

Easily run artisan command in php shared host.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easily run artisan command in php shared host.

Latest Version on Packagist GitHub Tests Action Status Total Downloads

demo 1

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.

About

Easily run artisan command in php shared host.

License:MIT License


Languages

Language:PHP 63.2%Language:Blade 36.8%