temori / artisan-browser
You can run the laravel artisan command in your browser.
Requires
- php: >=7.0
- laravel/framework: >=5.5.0
This package is auto-updated.
Last update: 2024-11-29 05:57:00 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.
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
- Drag an icon to display a window. (saveing an icon position in localstorage)
- Always show route.
- Completion of artisan command.
- Complement using history of artisan command.
License
Paddington is licensed under the MIT license.
Copyright © 2019, Atushi Inoue