darsain / laravel-console

In-browser console for Laravel PHP framework.
170 stars 44 forks source link

Tabs (feature request) #33

Closed carcinocron closed 10 years ago

carcinocron commented 10 years ago

I think it would be cool if the console had tabs, I mean like maybe 4 to 8, because sometimes you simply need a second console before you can delete the first.

darsain commented 10 years ago

I'm not implementing something that is part of the browser. Just open the console in a new tab :)

The only issue is remember code feature, which will remember the code from the last edited tab and forget the rest. So account for that.