Laravel Code Review: Visual Installer with Steps

preview_player
Показать описание
In this video, I am reviewing an open-source repository LinkAce, specifically the part of a visual step-by-step installer.

- - - - -
Support the channel by checking out our products:
Рекомендации по теме
Комментарии
Автор

Nice and interesting UI and code solution for install project! Great job Kevin!

stojankukrika
Автор

Not a fan of how you moved the success check into the view like that. I mean I am all for a shorter controller too but I don't like the idea of having actual logic the the view even though it was a simple in_array check on another variable that was passed in. I personally try to stick to using only variables passed in from the controller and anything blade provides for itself like if's and loops. Maybe an occasional helper function call, but only if necessary.

ryanb
Автор

Instead of removing Database from the form request, you could have used "nullable" validation property. BY this, you could also use $request->validated() method while creating user.

jahanzaibaslam
Автор

Hi,
Laravel WhereIn query, how many value can we use to filter the records . Is it possible to use 4k value inside the whereIN (id, [....]). Please advice.

vsakthivel
Автор

Amazing video series. Congratulations !! I coded almost 20 years back :) and now I am working on a real estate portal. I learned laravel 8 a bit and have reached a respectable stage of the project. Now I am facing some issues on the frontend . What technology you suggest for front end which has small learning curve and with good documentation ? People talk about vue js, react js etc and you also have some videos on livewire. Which is the better option for me ? Your advice will be a great help for me.

kumarnaresh
Автор

I really like how it looks, but since you still have to start from the commandline (generate key), I would probably have made the installation there.
Besides grouping the routes I think I would move them to a separate file as well.
But it does look nice!

JNL
Автор

Good video, It will be nice if you show how to send emails, when each user has his own smtp settings. And change mail setting on the fly.

L-A-O-S
Автор

Actually it seems a bit complex for me. I definitely prefer to use one or two controller for setup. Also private methods are ok but for readability i prefer helpers. So i definitely agree with you.

randomagent
Автор

Hey Laravel Daily, can you cover Traits as concept with some examples? Great video as always!

cvija
Автор

Sir would you please make a video on how to set env data from form inputs?

swarnadeeppramanick
Автор

Thanks a lot sir for your contribution
..I really appreciate knowledge shared by you.( best laravel teacher ).🙏 please sir start one series laravel 8 with interia stack. Beginning to expert ..

sightskill
Автор

Is there a more user-friendly way to do it? Can you make another video about It?

enricoadamelli
Автор

Off topic but can you please make a video about verifying phone number with Twilio or Nexmo?
Would be thankful

workservice
Автор

this is what i need
thank you so much 😘

santiagotv
Автор

What the hell yaar hmare jaese small creators ko bhi dekhlo

curious.coders.