Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@tnylea tnylea released this 23 Jun 14:45
· 118 commits to main since this release
1351afc

This version fixes a few bugs, adds more language copy, and makes it easier to work with your custom User model.

Version Updates

  • You can now change the copy for almost every area of the Authentication pages. Thanks to @m0ham4d for this addition #37
  • Bug Fix that resolves an issue with Social Authentication. Thanks to @RudyAnconi for this addition #54
  • Bug fix that allows you to run the artisan view:cache command without any errors. #58. Thanks to @tygoegmond for pointing this out.
  • Enhancement - the login and register pages will now use the User model that you specify inside of the config.auth.providers.model, this will give you more flexibility and allow you to tap into the boot method and other methods from your user model (#56). More info to come in the documentation.

Upgrading

To upgrade to the latest version you'll want to install the latest version via composer and you'll also want to publish the new config/devdojo/auth/language.php file. You can do this by running the following command:

php artisan vendor:publish --tag=auth:config --force

Warning

This command 👆 wil overwrite all of your config files, so you may only want to move over the language.php file.

To do this you can move this file: https://github.com/thedevdojo/auth/blob/main/config/devdojo/auth/language.php