crystoline/larashell

Laravel: Run shell command without shell access over http

v1.0.1 2018-06-06 09:32 UTC

This package is auto-updated.

Last update: 2024-04-19 18:47:59 UTC


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

larashell

Laravel: Run shell command without shell access over http

Say Thanks!

Requirement

  • Laravel ^5.1
  • PHP ^5.5

Install

Via Composer

$ composer require crystoline/larashell

Add the following provider to providers part of config/app.php

Crystoline\LaraShell\LarashellProvider::class

Usage

Access the terminal via

  http://your-url.com/larashell

Note

LaraShell does not work exactlly like shell terminal. You have to run your commands on seperate line because it is not interrative. it does keep the state from previous command.

License

The MIT License (MIT). Please see License File for more information.