Commit Graph

9 Commits

Author SHA1 Message Date
c8127d47ba
fix: item available notification is working
As the other email notification, the Laravel upgrade were not correctly
implemented leading to an unchanged getFromJson to get for the language.
2021-05-29 19:56:41 -03:00
7117085512 fix(email): changed command getFromJson
Laravel 6.0 update had changed the command from Lang::getFromJson to
Lang::get. Updated accordingly
2021-05-20 21:04:35 -03:00
54efb095fe style: run php-cs-fixer 2021-05-20 20:37:35 -03:00
7c225605e8 Update Laravel to version 6.* 2021-02-17 20:02:27 -03:00
82a8bcb7a2 Refactoring: just including "use App" to make code a bit cleaner
I was using "\App::setLocale" on code, but it was annoind me.
So I included the "use App" and now I am colling
directly the "App::setLocale".
2018-10-02 23:49:16 -03:00
63ef369e16 Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated
into Brazilian Portuguese
2018-09-27 20:13:14 -03:00
d407e5d109 Included: alert the active user someone is waiting for the item 2018-09-15 02:33:21 -03:00
a173e3923a Including Alert me! 2018-09-15 02:09:07 -03:00
ee9a01651d Adding a Welcome Mail 2018-09-14 17:00:28 -03:00