todocoding / laravel-terminal
integrate terminal in your laravel application
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:project
This package is auto-updated.
Last update: 2025-06-23 15:43:11 UTC
README
Laravel Terminal package
Run shell command easy in your laravel projects
The package is in process.
Install
Via Composer
composer require todocoding/laravel-terminal
Config
Add the following provider to providers part of config/app.php
Todocoding\LaravelTerminal\TerminalServiceProvider::class
and then run
php artisan vendor:publish --provider="Todocoding\LaravelTerminal\TerminalServiceProvider"
To generate the different files, which you will use
⇒ TerminalController.php ⇒ terminal/terminal.blade.php
To launch the terminal
http://localhost/terminal
Usage
License
The MIT License (MIT). Please see License File for more information.