Announcing upcoming Agency plan and New Pricing
QuickAdminPanel’s journey so far has been incredible in terms of users and popularity, but the same topic appeared again and again – users were telling us that we’re charging too low. The time has come to move up the market and play “serious” game –…
Top 3 File Manager Packages for Laravel
Handling files is one of a usual routine in most web-projects, but it’s not so easy to build from scratch: file extensions, upload, thumbnails, security etc. So on top of Laravel Filesystem there are a few useful packages to help you.
Multi-file upload: add multiple files in one field
Another new function in QuickAdminPanel – a “magic” checkbox that will allow you to add multiple files in your field type “file” or “photo”.
New Module “Internal Notifications”: Notify Your Users Easily
Another new module I want to show you today is called “Internal Notifications”. Basically, if you want to notify the users of your system about new events and add a link to it, you can do it easily now.
New Module “Active User Filter”: Restricting Entries Only for Users Who Created Them
Another new long-awaited feature is filtering the entries by their authors, in other words – kind of a multi-tenant application where users see only the data they entered. Now we have a module for that! Let’s see how it works.
NEW: Add Child Records to Parent Create Form
Another step forward in our QuickAdminPanel – expanding the functionality of belongsTo relationship. Now you can choose to add “child” entries directly within a “parent” entry form. Here’s how it looks.
New: Show Extra Fields in Relationship Column
Another small but useful function in QuickAdminPanel – now, while choosing a belongsTo Relationship field type, you can choose to show extra columns from parent table in child’s list.
New Module: Registration for New Users
By default, our admin panel has User Management and ability to log in. But now you will be able to allow new users to register. With a few additional settings, let’s see how it works.
Tasks Calendar with Laravel + FullCalendar + QuickAdminPanel
Calendars are one of the most common functionality of data management systems. Let’s create a simple calendar of tasks with Laravel. It will be really simple – with a help of FullCalendar library and, optionally, our own QuickAdminPanel.
Log Your Laravel Model Data Changes With Observers
This article is an explanation of how module User logs works in our QuickAdminPanel, but you can use this logic without our tool. Basically, we want to log any change to any model’s data into a separate database table called user_actions.