temori/artisan-browser

You can run the laravel artisan command in your browser.

v1.0.1 2019-06-26 15:46 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:41 UTC


README

Composer package that allows you to run laravel's artisan commnd with input completion on your browser.

It is a developer tool that displays a console with commonly used route display and completion and input history display of artisan command.

warning: Use this package only in development. It is dangerous because the artist command can be executed from the browser.

https://img.shields.io/badge/license-MIT-green.svg Packagist Version GitHub code size in bytes

Table of Contents

Requirements

  • Laravel 5.5.0 or later

Installation

cd path/to/your/project
composer require temori/artisan-browser --dev

Configuration

This package has some settings.

  • artisanbrowser enabled or disabled

  • Number of past commands retained and history log path.

  • The middleware in this package passes all requests, but you can manually add the URLs you want to exclude.

If you want to override the settings, publish the config file.

php artisan vendor:publish --provider="Temori\ArtisanBrowser\ArtisanBrowserServiceProvider"

Then, edit config file.

Availability

  1. Drag an icon to display a window. (saveing an icon position in localstorage)
  2. Always show route.
  3. Completion of artisan command.
  4. Complement using history of artisan command.

License

Paddington is licensed under the MIT license.
Copyright © 2019, Atushi Inoue