-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confide 4.0 #209
Confide 4.0 #209
Conversation
Awesome! I'll start testing. |
Is still a very early stage, but I think that this restructuring will help 2014-01-30 Andrew notifications@github.com:
|
…inders and reset.
Thumbs up for this move, keep up the good work. |
…od into EloquentPasswordService
…er to register the classes correctly.
…ce in order to be able to implement other compatible services.
…into Confide class.
…rviceProvider in order to make the main Confide class available to the application.
…er the service into IoC container.
…ain Confide class.
…hrottling sleep time.
…face that services should have.
… implemented in the user domain object.
…model for the developer's application.
… information in DocBlock of classes.
@mapb1990 Não, o método |
tried the ~4.0 version, but with no joy, composer can't seem to find the package, I presume there is some updating in progress? If 4.0 final is in the next few days then I can wait. |
@delsdog set your minimum stability below stable. |
@GrahamCampbell thanks that seemed to do the trick. |
If you have any issues using the beta, please don't hesitate to open a new issue. (: Also, please state that you are using the 4.0 beta |
in REAMDE.md
… rendering problem
…ute in order to know in which database the queries will be performed
…emove used 'password_reminder' records
…operly access the PasswordService destroyToken method
…from user model using 'getConnectionName'
…ldest valid date when querying for 'password_reminders'. This way a password_reminder will expire
… of replace it, and also to set the error message 'key' properly for password_confirmation.
Release NotesVersion 4.0.0 Beta 2
|
ing information about cleaning the password_confirmation attribute of user.
Improve default UserValidator behavior[4.0.0 beta 2]
Should you move the stuff from the master branch to a "3.2" branch, then merge this now? This should ensure we don't have any last minute branch aliasing issues tomorrow. |
Changes Unknown when pulling 267bd49 on huge-update into * on master*. |
Release NotesVersion 4.0.0 Beta 3
Also merged into master :) |
Changes Unknown when pulling d4ffb97 on huge-update into * on master*. |
Confide 4.0
This will be a huge update where all the codebase are going to be reviewed. Some methods may change, the generators are going to be improved in order to match some best practices out there (like repositories and separated validator classes).
The 'laravelbook/ardent' dependency will be dropped.
If you have a legacy project that uses Confide, don't worry. You will be always able to specify a previous version in your
composer.json
file ;)