2017 © Pedro Peláez
 

library console

Browser console for Laravel Framework.

image

teepluss/console

Browser console for Laravel Framework.

  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 48 Forks
  • 0 Open issues
  • 6 Versions
  • 21 % Grown

The README.md

Laravel 5 Console

In-browser console for Laravel 5 PHP framework., (*1)

This package is a re-published, re-organised and maintained version of darsain/laravel-console, which isn't maintained anymore., (*2)

This package executes your code within ConsoleController@postExecute context, and displays the produced output., (*3)

The purpose is to easily test your stuff without creating garbage routes and controllers just to run something, ... I'm sure you know what I'm talking about :), (*4)

This package is intended for a local testing, and shouldn't get nowhere near your production servers!, (*5)

Screenshots

Index Output SQL, (*6)

Installation

Laravel 5

To install through composer, simply run the following command:, (*7)

php composer require teepluss/console

If you don't use Laravel 5.5+ and its package discovery feature, register the console service provider in config/app.php:, (*8)

'providers' => [
    ...
    Teepluss\Console\ConsoleServiceProvider::class,
];

Then publish the package assets:, (*9)

php artisan vendor:publish --provider="Teepluss\Console\ConsoleServiceProvider"

And you are done! Open the console in:, (*10)

yourdomain.com/console

The default username and password is username:password, (*11)

You can change on config/console.php, (*12)

The Versions

23/04 2018

dev-master

9999999-dev

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser

20/04 2017

2.1.0

2.1.0.0

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser

06/01 2017

2.0.2

2.0.2.0

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser

04/01 2017

dev-L5

dev-L5

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser

02/11 2016

2.0.1

2.0.1.0

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser

02/11 2016

2.0.0

2.0.0.0

Browser console for Laravel Framework.

  Sources   Download

MIT

The Requires

 

laravel console browser