Skip to content

Laravel: Run shell command without shell access over http

License

Notifications You must be signed in to change notification settings

crystoline/larashell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Laravel: Run shell command without shell access over http

Resources

License

Stars

Watchers

Forks

Packages

No packages published