New in QuickAdminPanel: Upload Files to CKEditor with Laravel-Filemanager Package
Another small but important update, suggested by one of our customers – ability to upload files to CKEditor in textarea fields. Let’s see how it works now.
Our Public Trello Board: Vote For Your Features!
QuickAdminPanel reached the phase when there are more customer requests and our own ideas than we actually have time/people on the team. So we need to prioritize a lot, and for that we’ve updated our public Trello board, so that our customers will see our nearest plans.
Report Builder (BETA): Generate your Reports without Coding!
I want to proudly present a function we were working on for the last few weeks – a report builder inside of QuickAdminPanel. Let me show you how it works.
FREE Mini-Course: How To Create Admin Panel in Laravel 5.5
While working on our admin panel generator project, we’ve also decided to share the knowledge with the community. So this free mini-course will teach you how to build your basic admin panel in Laravel without any packages, with pure Laravel.
Lesson 4. Index, List Table and Pagination
Mini-course: How To Create Admin Panel in Laravel 5.4 Lesson 1. Laravel and Default Auth Lesson 2. CRUDs, Migrations and Models Lesson 3. Menu and Routes Lesson 4. Index, List Table and Pagination Lesson 5. Create, Update Entries and Validation Lesson 6. Deleting Entries and…
Lesson 6. Deleting Entries and Some JavaScript
Mini-course: How To Create Admin Panel in Laravel 5.4 Lesson 1. Laravel and Default Auth Lesson 2. CRUDs, Migrations and Models Lesson 3. Menu and Routes Lesson 4. Index, List Table and Pagination Lesson 5. Create, Update Entries and Validation Lesson 6. Deleting Entries and…
Lesson 7. Roles, Permissions and Authorization
Mini-course: How To Create Admin Panel in Laravel 5.4 Lesson 1. Laravel and Default Auth Lesson 2. CRUDs, Migrations and Models Lesson 3. Menu and Routes Lesson 4. Index, List Table and Pagination Lesson 5. Create, Update Entries and Validation Lesson 6. Deleting Entries and…
Lesson 8. Do It All Much Quicker with QuickAdminPanel
Mini-course: How To Create Admin Panel in Laravel 5.4 Lesson 1. Laravel and Default Auth Lesson 2. CRUDs, Migrations and Models Lesson 3. Menu and Routes Lesson 4. Index, List Table and Pagination Lesson 5. Create, Update Entries and Validation Lesson 6. Deleting Entries and…
Lesson 5. Create, Update Entries and Validation
Mini-course: How To Create Admin Panel in Laravel 5.4 Lesson 1. Laravel and Default Auth Lesson 2. CRUDs, Migrations and Models Lesson 3. Menu and Routes Lesson 4. Index, List Table and Pagination Lesson 5. Create, Update Entries and Validation Lesson 6. Deleting Entries and…
Lesson 1. Laravel and Default Auth
Hello, and welcome to a mini-course about creating admin panel in Laravel 5.4. I assume you have some experience in Laravel, and this course will only show you one pretty basic example, but with all the details so you could easily reproduce the code for your project.