laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Laravel 4.3 #34

Closed Jamesking56 closed 10 years ago

Jamesking56 commented 10 years ago

Hey Jeffrey!

Is Commander coming to Laravel 4.3? I want to start using Laravel 4.3 and this is the last dependency I need to start working with 4.3.

GrahamCampbell commented 10 years ago

Is there anything in particular that stops you using this in 4.3? The composer.json file of this package marks it as compatible with all laravel 4 versions.

brandonleepeterson commented 10 years ago

I'd like to know this as well too. I saw a post by Jeffrey about how the new Form Requests mimicked commands to a degree so I don't know if there will be some refactoring down the line.

ShaneG commented 10 years ago

Just so you know, it looks like Jeffrey is planning to rip the validation out of this package for 4.3:

https://laracasts.com/series/whats-new-in-laravel-4-3/episodes/3#comment-1569126696

adamgoose commented 10 years ago

What about now, that the next release is 5.0?

ShaneG commented 10 years ago

I am pretty sure he is still going to remove the validation out.

@laracasts can you confirm?

JeffreyWay commented 10 years ago

Yes, the validation stuff will be removed. You don't need it now.

Commander supports 5.0. Just tagged a new release that bumps the Composer requirements.