Louis Charette
Louis Charette
> For example, if we wanted to add capability for admin to force a password reset for a user. ༼ つ ◕_◕ ༽つ
FYI, I tagged this to 4.4.x as I think it will require more testing from both @Silic0nS0ldier and I.
So... Change [`YamlFileLoader`](https://github.com/userfrosting/support/blob/master/src/Repository/Loader/YamlFileLoader.php) with a `JsonFileLoader` here https://github.com/userfrosting/assets/blob/bfffb85e75553b4b60332778cad54ed1f6efa079/src/AssetBundles/GulpBundleAssetsBundles.php#L88 ?
Then I think we should deprecate Json fallback for YAML? The fallback should be done in the end user IMO. @alexweissman though on this? I think you introduced YAML in...
Can't replicate on MacOS host and I don't have a Windows machine on hand right now. @Silic0nS0ldier maybe ?
What changes are required in Homestead.yaml?
As @LsYueh solution seams to have solved the same issue here https://github.com/userfrosting/UserFrosting/issues/1049#issuecomment-549879106, can we update it in the main repo? Will it work with Unix/MacOS ?
Note to self, setting the db to be used can be done during the app life cycle : https://github.com/userfrosting/UserFrosting/blob/develop/app/sprinkles/core/src/Bakery/MigrateCommand.php#L96
https://laravel.com/docs/5.6/mail#previewing-mailables-in-the-browser
This might also be useful for testing : https://laravel.com/docs/5.8/mail#mail-and-local-development