JeffreyWay / Laravel-4-Generators

Rapidly speed up your Laravel workflow with generators
https://packagist.org/packages/way/generators
MIT License
27 stars 9 forks source link

Package name #400

Closed bweston92 closed 9 years ago

bweston92 commented 10 years ago

Laravel-4-Generators when https://github.com/JeffreyWay/Laravel-4-Generators/commit/07be7196895817f5b4c9b5577761eedb9851d16c suggests otherwise.

canvural commented 10 years ago

What?

bweston92 commented 10 years ago

The repostory name "Laravel-4-Generators" is a bit misleading. I went to install dev-master thinking it is a laravel 4 only repository (as the name suggests) and getting a dependency error due to the package now being Laravel version 5.— Sent from Mailbox

On Mon, Sep 29, 2014 at 12:22 PM, Kobayakawa notifications@github.com wrote:

What?

Reply to this email directly or view it on GitHub: https://github.com/JeffreyWay/Laravel-4-Generators/issues/400#issuecomment-57147207

christianpv commented 10 years ago

@bweston92 You should have read the docs before installing. It clearly says that for Laravel 4.2 and Below:

"require-dev": { "way/generators": "~2.0" }

bweston92 commented 10 years ago

I have it and I know that but the repository name "Laravel-4-Generators" is inconsistent with giving Laravel 5 support in the first place.— Sent from Mailbox

On Tue, Sep 30, 2014 at 4:56 PM, khrizpv notifications@github.com wrote:

@bweston92 You should have read the docs before installing. It clearly says that for Laravel 4.2 and Below: "require-dev": { "way/generators": "~2.0"

}

Reply to this email directly or view it on GitHub: https://github.com/JeffreyWay/Laravel-4-Generators/issues/400#issuecomment-57336406

bweston92 commented 9 years ago

Ok, the composer.json suggests this can be used for L5 yet there is a separate package. Closing anyway.