Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Home

Add Two-Factor Email Verification to Laravel Auth

This is an example project where we will add unique verification sent via email, every time user logs in. At the end of the article, you will find link to free Github repository with full project code.

Master-Detail Form in Laravel + jQuery: Create Order With Products

It’s pretty easy to create a simple form in Laravel. But it’s harder to make it dynamic – the most common case is parent-child elements, like creating invoice and adding items dynamically in the same form. In this article, we will create a similar example – creating an order and adding products to it.

Top 5 Questions/Answers About Spatie MediaLibrary

Inside of our QuickAdminPanel generator, we use Spatie MediaLibrary package for file uploads. And our customers often ask as questions about it, so we decided to compile the most popular ones and answer them in one article. It can be useful for any Medialibrary user,…