Skip to content

sp0tteh/laravel-console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Console

In-browser console for Laravel PHP framework.

This bundle executes your code within ConsoleController@postExecute controller context, and displays the produced output.

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 :)

This package is intended for local testing, and shouldn't get nowhere near your production servers!

Screenshots

Index Output SQL

Installation

Laravel 4

Installation in Laravel 4 is a breeze, simply add the following into composer.json file :

"darsain/console": "dev-master"

Run composer update :

"php composer.phar update"

Add the following service provider into app/config/app.php :

'Darsain\Console\ConsoleServiceProvider'

Publish the assets :

php artisan asset:publish

And your done, browse to :

http://yourdomain/console

Laravel 3 (See tag L3)

allmyitjason/laravel-console/tree/L3

Config


Credits

About

In-browser console for Laravel PHP framework.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 71.1%
  • PHP 19.4%
  • JavaScript 9.5%