darsain / laravel-console

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

Ported over to Laravel 4 #11

Closed sp0tteh closed 11 years ago

sp0tteh commented 11 years ago

Hey,

I needed this today as I was sick of adding temp routes so I have quickly ported this over to Laravel 4. Have simply added a tag for the Laravel 3 version as I didn't really have time to make it work in both.

To test it out you can following the updated readme, you will also need to add :

"repositories": [
    {
            "type": "vcs",
            "url":  "git://github.com/allmyitjason/laravel-console.git"
    }
],

into your composer.json file until the package is submitted to Packagist.

Enjoy :)

tortuetorche commented 11 years ago

:+1: Good job Jason !

darsain commented 11 years ago

Sorry dude, I see this. But I'm not gonna merge it from several reasons.

One is that I don't know how to address backwards compatiblity with L3 artisan install.

The other is that I already have a working L4 version on my localhost, which does some re-factoring and improvements with error handling in L4. I left this open so others can see that it is here, and they won't waste their time submitting PRs.

darsain commented 11 years ago

My rewrite is now in master, but it is not yet really usable. Error handling (#13) just doesn't work and I can't figure out how to fix it.