Laravel comes with great Auth out-of-the-box. But some projects don’t allow public registration, they send invitation links instead. This article will show you how to implement it.
15/Jan/19 · by Povilas KoropLaravel offers a nice feature, that locks out the users that attempted to login too much. It’s a nice way to prevent brute force logins.
01/Jan/19 · by Gergo Nagy