Generate Laravel adminpanel in minutes - try our QuickAdminPanel!

Home

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,…

Laravel Custom Validation Rule: Max Word Count

Laravel provides a lot of validation rules, but what if you need to add your own? We’ll show you how to do it, with the rule “max words count is 500”, and we will also make this 500 number as a parameter.