Laravel Demo: Loan Application Approval Process

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 34

  • @LaravelDaily
    @LaravelDaily  4 роки тому +5

    If you want to generate Laravel adminpanel similar to this example, try our QuickAdminPanel: quickadminpanel.com

  • @MrPiulres
    @MrPiulres 4 роки тому +2

    Awesome video Povilas! Thanks for all the lessons! 3 years in quickadmin project and ready to the 4th! I like to see videos about marketplace projects, nice hotkey! Cya!

    • @PovilasKorop
      @PovilasKorop 4 роки тому +2

      Yeah, nice to talk on QuickAdminPanel support email/chat and also here :) Can you give a few examples of marketplace projects? I thought about that idea, but it's just too big to fit in any reasonable time for making and shooting video. Marketplaces usually take months to create.

    • @MrPiulres
      @MrPiulres 4 роки тому

      many people ask me about how to link the products they sell on marketplace platforms. I saw some solutions in laravel and I think it would be a pretty cool topic. who knows more details of how the truth payment methods work.

    • @PovilasKorop
      @PovilasKorop 4 роки тому +1

      @@MrPiulres sorry I don't understand what do you mean by "link the products" or "truth payment methods", I guess without real examples with links/screenshots it's unclear question to me.

    • @MrPiulres
      @MrPiulres 4 роки тому

      many people who have e-commerce, seek to place their products to sell on other channels. it is a difficulty that I have been observing and this can be solved with some integrations. I will send you an email soon talking more about the subject. it can be an interesting debate.

  • @vaibhavjoshi7910
    @vaibhavjoshi7910 4 роки тому +1

    Amazing job u are a great teacher sir thanks 🌹😊

  • @waqasmushtaq81
    @waqasmushtaq81 4 роки тому

    Great work! I created same kind of application few years back for a courior company where shipment moved same way to multiple stages just like this. I wish I had Laravel at that time!

  • @behzodjon
    @behzodjon 4 роки тому +1

    Great project!Bravo!!!!

  • @nurkhamid8261
    @nurkhamid8261 3 роки тому

    Wow amazing, thanks sir!

  • @aibarra11
    @aibarra11 4 роки тому +1

    I'm working on something similar but for media workflow and have been researching business workflow techniques. the particular app I'm remaking has changed many times and we need a fresh start. I'm considering polymorphism because some steps are very complex. also considering allowing the business admin to create and edit rules and process from the front end

  • @dfordemo981
    @dfordemo981 4 роки тому

    big thanksss

  • @devthings01
    @devthings01 2 роки тому

    How you have created the view functionality like a file manager.

  • @tothebone4613
    @tothebone4613 4 роки тому

    is there any course from you to create one page wih multiple crud many to many relation ship, its like 1 page profile to add lot of function such as add document, add position, add assignment etc, thank you

  • @gethermedel3620
    @gethermedel3620 4 роки тому +2

    load_applications status column can be changed to tiny integer since no other tables are using it. just convert the int number to the corresponding string name. which is way better and faster.
    the audit_logs table should have a foreign key constraint from the users table. if that audit_logs table reach millions of data that would slow down.
    that jquery data table will explode if you will a million data there.
    there's quite a few more I want to mention but since this is for beginners, it's okay for now

  • @zimani7g473
    @zimani7g473 4 роки тому

    ❤️🎖️

  • @hamidakhwandzada2137
    @hamidakhwandzada2137 2 роки тому

    Awesome video. I am working on a project where I want to create workflow by myself and then set the permissions accordingly, and then the issue or application can undergo various transitions just like loan application is going in your video with proper logs, Is there any package available to do this kind of work in Laravel?

  • @amrsalah8349
    @amrsalah8349 3 роки тому

    Thanks for your video , can we make it automatic (without buttons) go to analyst 1 then go to analyst 2 (if greater than 50000 as example) then cfo.

  • @dfordemo981
    @dfordemo981 4 роки тому

    nice app

  • @ngebolangria1060
    @ngebolangria1060 2 роки тому

    Hi, I love your videos, learnt a lot from you, thank you!!
    I have a question about this guide, how to allow the user creator of the loan application to edit their request without being able to modify the status?

  • @bevedel
    @bevedel 2 роки тому

    Great, Thank you.
    May I ask any tutorial about phpmentor worflower ?

  • @bobalaska8691
    @bobalaska8691 4 роки тому

    Wow that's great. Please can you do tutorials on how to build such app. Thank you

    • @PovilasKorop
      @PovilasKorop 4 роки тому +3

      Well, if I do a tutorial from scratch it would be 4 hours of content, that's why I'm summarizing it into a 15-minute video. But maybe will try to create a step-by-step *course* for something like this, would you buy for $19 or $29?

    • @bobalaska8691
      @bobalaska8691 4 роки тому

      @@PovilasKorop that would be great and I can't wait for that. Thank you very much sir

    • @mohamedal-qadeery6530
      @mohamedal-qadeery6530 4 роки тому +2

      @@PovilasKorop can u make it like 15 $ for each course ? i cant afford 30 $ for every course i want to learn :(

  • @aleksandrmisnov
    @aleksandrmisnov 4 роки тому

    Hey Povilas, great video as usual. Thanks! Great example project. Mind if I ask you how would you manage attached files in this situation. Eg, most loan applications come with at least basic documentation like pay slips, bank statements, police checks, credit scores etc. For example, in some cases we used to create a folder for each user based on their user_id and in others we would dump all off the files into the same bucket. Which one would you recommend? Possibly you might shoot a video about asset management in multi tenancy environments?

    • @PovilasKorop
      @PovilasKorop 4 роки тому +1

      We use Spatie Medialibrary package for this, it does that really well - a subfolder for every file with its thumbnails if needed. See example: ua-cam.com/video/jp38HypWC_Q/v-deo.html
      And multi-tenancy doesn't really change how the files are stored on the server, it's about storing their data to the database and restricting the access when needed.

  • @haryanvitraveller7232
    @haryanvitraveller7232 2 роки тому

    any tutorial on laravel loan emi transactions process ??

  • @lordgodgiven
    @lordgodgiven 3 роки тому

    Hello,
    Thank you very much for your work, I appreciate your videos. I am working on a loan management application and I have a problem with the display of the repayment schedule. I found a php script that does it but I can't integrate it with laravel. I would need your advice .

  • @coxixx
    @coxixx 3 роки тому

    Hi, why you don't make a tutorial about " Business Process Management with laravel"? it's very useful

    • @LaravelDaily
      @LaravelDaily  3 роки тому

      It's very useful for a very small amount of developers. And I'm trying to pick topics that are useful for thousands of people.

    • @coxixx
      @coxixx 3 роки тому

      @@LaravelDaily could you at least give me a hint that how to make something like that you made?

  • @traoreahmed2363
    @traoreahmed2363 2 роки тому

    hello Povilas
    and thanks for alll your sharing.
    i was thinking about designing that BPM in Laravel
    ua-cam.com/video/GVzsSBl5yGM/v-deo.html
    is there a way to do that ?