Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Category: QuickAdmin

8 Tools & Tips to Deliver Laravel Projects Quicker

Have you ever been late on a project delivery? Yeah, I know that stress feeling. In this article, I will share the tools and processes that helped me in my own Laravel developer journey, to deliver quicker.

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.