I paid for lots of online laravel-vue tutorials but your course is the best! 🤣
@CodeInspire4 жыл бұрын
Thank you
@amrraouf35254 жыл бұрын
as always amazing
@ukirfan2 жыл бұрын
i need to start learning laravel , should i start from laravel 5.6 tutorial or go for latest laravel 9 , any major coding differences or should i start from your laravel5.6 tutorials ? thanks.
@adam1920216 жыл бұрын
The BEST as always!
@CodeInspire6 жыл бұрын
thanks buddy :)
@solutiontech_gh78645 жыл бұрын
Tank you for the project but can you add attendance system at the backend users, bcos i have create the same project but i am finding it difficult to build the attendance system (i.e present or absent or leave) If anyone can help. tanks
@CodeInspire5 жыл бұрын
Hi buddy. That’s some extra work. You should create a table called attendances and store every student id with a status (present, absence,leave). Make the status field default value as present. That’s way. When teachers submit the attendance, all students will be present by default. Unless the teacher provides another type of status
@johnreybalinag99676 жыл бұрын
DevTools failed to parse SourceMap: localhost:8000/js/adminlte.min.js.map - how to get rid of this? GET localhost:8000/img/profile/ 404 (Not Found) - error from uploading photo
@CodeInspire6 жыл бұрын
Can you successfully upload the video ??
@johnreybalinag99676 жыл бұрын
Upload the picture, yeah.
@CodeInspire6 жыл бұрын
sorry, I mean photo. Do don't worry about error. that's not important. We will fix it in future videos :)
@johnreybalinag99676 жыл бұрын
Thanks, btw great tutorials.
@ahsanulhaquefarhan76806 жыл бұрын
sir,would you please cover real time form validation using vue js
@CodeInspire6 жыл бұрын
what do you mean by real time?? you mean when user type, it should validate ???
@ahsanulhaquefarhan76806 жыл бұрын
validation without submit the form.front end validation.