Demo: Laravel Contract Management Mini-System with QuickAdminPanel

preview_player
Показать описание
Almost live-coding video. Let's create a simple contract management system with sales reps and clients. I will generate part of the code with QuickAdminPanel, and then we dive into Laravel customizations.

0:00 Intro: About the Project
1:20 Generating Structure with QuickAdminPanel
3:09 Downloaded Code Demo
3:45 Customize Roles/Permissions for Client
6:44 Add Contract: Choose only Client Role
8:40 Sales Reps to Manage ONLY Client Users
12:31 Clients see Their Contracts: Eloquent Scopes
15:41 Welcome "Landing" Page

- - - - -
Рекомендации по теме
Комментарии
Автор

Full demo system in a record time, under 20 min.
That's great, I'm tempted to jump into laravel now

raymondmichael
Автор

Quick tip: instead of a boolean is_signed, you could use a nullable timestamp signed_at. This way you have the same functionality (to know if the contract is signed) but also know when it was signed. If the field is null, it's not signed. Otherwise, it was signed at that timestamp.

j.oliveira
Автор

sir, can u create tutorial vue js 3 + laravel 8 ? bcs laravel/ui not support vue 3...

kid_rz
Автор

Povilas, what chrome extensions do you use for development?

Tomas-jswt
Автор

Why use Gate on method of controller that policy instead?

principe.borodin
Автор

hello sir, can you make a tutorial for laravel vuejs using select2? I was only able to use drop down with model but my problem is that if the model have more than a hundreds of records I need to use the selec2 function of vuejs to search for specific data. I hope you can make a tutorial for these.

jorembelen
Автор

Hello guys could you help me with Remove public URL in Laravel. Thanks

satyajitbarik
Автор

is it secure to keep a hidden field and not check on the server-side? what if roles is changed to 1?

HamidAliOfficial
Автор

Thank you for the helpful video.
I have a question. which editor and the extension you use?
As a beginner of Laravel, I think those hints about those string and Methods can really help.
Hope you'll reply this.

CianrongHuang
Автор

sir, please make a video on laravel session. Apart from flash the message what we can do other tasks using session?

neerajsinghtangariya
Автор

Looks like you forgot to do serverside validation on sales rep users when hitting the update and delete users actions

section