Download the PHP package temori/artisan-browser without Composer
On this page you can find all versions of the php package temori/artisan-browser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download temori/artisan-browser
More information about temori/artisan-browser
Files in temori/artisan-browser
Package artisan-browser
Short Description You can run the laravel artisan command in your browser.
License MIT
Informations about the package artisan-browser
Laravel ArtisanBrowser
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
-
Installation
-
Configuration
-
Availability
- License
Requirements
- Laravel 5.5.0 or later
Installation
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.
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