Тёмный
WebDevMatics
WebDevMatics
WebDevMatics
Подписаться
This channel is dedicated to beginners who are learning web development and want to get hired as web developer some day or want to build something on their own.
You will find videos that may help you learn new web development technologies faster and become more productive web developer.

My name Subhendu Bhatta and I am full stack web developer who loves to share experience I gained while working on real projects through this channel.
Solution to Filament PHP Performance issue
9:38
2 месяца назад
Livewire Long Filename Upload Issue
10:40
2 месяца назад
Filament PHP performance Issue
4:16
2 месяца назад
Add vue single page application in filament
4:31
3 месяца назад
My Development Workflow
18:26
5 месяцев назад
Laravel Code Generator
4:04
8 месяцев назад
Filament Admin Dashboard Page
5:34
10 месяцев назад
Best way Import CSV to DB using Laravel Excel
9:53
10 месяцев назад
Order Management using FilamentPHP
25:33
10 месяцев назад
Production Ready Admin Panel
13:55
11 месяцев назад
New Changes in Laravel 9.21
2:26
2 года назад
Display Opening Hours Laravel
10:42
2 года назад
Artisan Cache Commands
11:47
2 года назад
Laravel Intern Code Review
23:04
2 года назад
Query optimization
10:01
2 года назад
Interface vs Abstract Class
8:41
3 года назад
Комментарии
@fullmark_mrmarkmichel7720
@fullmark_mrmarkmichel7720 3 дня назад
Thank you so much
@WebDevMatics
@WebDevMatics 3 дня назад
You are welcome
@hasanbaig1540
@hasanbaig1540 8 дней назад
thanks for the video, informative and descriptive
@WebDevMatics
@WebDevMatics 7 дней назад
Thank you for your compliment!
@augustocarvalhochavez3192
@augustocarvalhochavez3192 11 дней назад
genial
@msdeav
@msdeav 11 дней назад
Yeah, exactly what I need.
@WebDevMatics
@WebDevMatics 11 дней назад
Stay tuned more videos coming!
@christopherjohnmortal2816
@christopherjohnmortal2816 Месяц назад
can ypu demonstrate please putting this into default actions of Filamentphp?❤
@WebDevMatics
@WebDevMatics Месяц назад
Thank you for your comment. I will try when I get time. I have to dive deep into filament codebase 🙂
@adkap990
@adkap990 Месяц назад
View ID not working ....
@swapnilmane1599
@swapnilmane1599 Месяц назад
Thanks
@weirdinventor
@weirdinventor Месяц назад
Thanks mate, life saver
@mylaptop1734
@mylaptop1734 Месяц назад
im not geting /api/ then verify-email/id/hash, how to add /api in front ?
@mylaptop1734
@mylaptop1734 Месяц назад
403 forbidden
@WebDevMatics
@WebDevMatics Месяц назад
Please follow as show in video
@irwanapril8535
@irwanapril8535 Месяц назад
I have downloaded the project on your github, I tried to add a product on the seller2 dashboard, but the product does not appear on the home page (frontend). How do I display the products that have been added to the home page? Please help me sir
@WebDevMatics
@WebDevMatics Месяц назад
Did you get any errands message
@irwanapril8535
@irwanapril8535 Месяц назад
@@WebDevMatics I have fixed this by editing in HomeController.php: $products = Product::with('shop.owner')->orderBy('created_at', 'desc')->take(30)->get(); but the product image does not appear on the homepage, is there possibly another error outside of that?
@ChrisDaugaard47
@ChrisDaugaard47 2 месяца назад
I run into this problem too. Also issues when users upload live photos from iPhones. Cannot find any solutions for Livewire on either problem.
@sagardolui2998
@sagardolui2998 2 месяца назад
its probably db latency and server latency
@WebDevMatics
@WebDevMatics 2 месяца назад
Its not the case, They are actually sending whole table html in payload or something which makes it dependent on how many records on table.
@krekas
@krekas 2 месяца назад
First thing, filament isn't a framework. It's a package for Laravel FRAMEWORK. Second, are you serious? Why would you even load all the records? But if you have the fix, make a pr to the core then...
@WebDevMatics
@WebDevMatics 2 месяца назад
Its not about loading all records, it is just that actions performance should not be affected by data loaded on table.
@vittosheva
@vittosheva 2 месяца назад
Yes, this is a known performance issue. Can you share your solution?
@WebDevMatics
@WebDevMatics 2 месяца назад
In next video. I am recording right now. Thanks
@nazar87ali
@nazar87ali 2 месяца назад
@@WebDevMatics when you publish next video ?
@WebDevMatics
@WebDevMatics 2 месяца назад
​@@nazar87ali most probably tonight if not by tomorrow it will be up
@WebDevMatics
@WebDevMatics 2 месяца назад
New Video out: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-NzPsKfqeLLM.html
@WebDevMatics
@WebDevMatics 2 месяца назад
@nazar87ali already published
@naiveneger39
@naiveneger39 2 месяца назад
😭😭 You have no idea how happy I am to finally find this video after a number of attempts to expose the permissions to the frontend. God bless you
@kodedjackson
@kodedjackson 2 месяца назад
The project is no longer supported, doesn't work with Laravel 11
@aruswaktu
@aruswaktu 2 месяца назад
How to upload image with Orchid???
@SharanyaBathula
@SharanyaBathula 3 месяца назад
I'm getting an error like laravel is not recognised as internal or external command, operate program ir batch file.
@SharanyaBathula
@SharanyaBathula 3 месяца назад
I have downloaded this project in github .. how can i execute it..
@WebDevMatics
@WebDevMatics 3 месяца назад
Install the composer dependencies composer install Save .env.example as .env and put your database credentials Set application key php artisan key:generate And Migrate with php artisan migrate Install node dependencies npm install Run watcher npm run watch these are listed here as well github.com/webdevmatics/ecom
@SharanyaBathula
@SharanyaBathula 3 месяца назад
@@WebDevMatics where should I install all these
@SharanyaBathula
@SharanyaBathula 3 месяца назад
@@WebDevMatics I can't install composer in my laptop
@rafalmo5258
@rafalmo5258 3 месяца назад
Nice Tutorial Hope to see more videos like that.
@WebDevMatics
@WebDevMatics 3 месяца назад
Thanks for the comment! Sure more videos on the way.
@renznormanpalma6312
@renznormanpalma6312 3 месяца назад
thanks great video, can you do a video a notification from filament to a users outside and vice versa
@WebDevMatics
@WebDevMatics 3 месяца назад
Great suggestion!
@Artofhistory89
@Artofhistory89 3 месяца назад
Danta
@monsejl
@monsejl 4 месяца назад
cheers, thanks a lot, please you can provide source code of this?
@surajshukl-it8ms
@surajshukl-it8ms 4 месяца назад
khade raho bta rahe hai
@WebDevMatics
@WebDevMatics 4 месяца назад
??
@samiulislamsharan
@samiulislamsharan 5 месяцев назад
what starter kit should i use in laravel 10?
@WebDevMatics
@WebDevMatics 5 месяцев назад
That depends on your need. For this series I recommend go with breeze, Blade with alpine
@muhammadaiman6059
@muhammadaiman6059 5 месяцев назад
i have encounter "session key is required". how to fix that issue? can you make a video?
@_timestamp
@_timestamp 5 месяцев назад
nice! filapanel does something similar to this
@WebDevMatics
@WebDevMatics 5 месяцев назад
Thanks but they do different job filament can’t generate model migration tests etc
@user-lf4xz8dx4g
@user-lf4xz8dx4g 5 месяцев назад
why time is not correct if you select 9 pm somthing in google calendar it is show 2pm somthing
@aibarra11
@aibarra11 6 месяцев назад
thanks for the video. you helped me get closer to solving my issue. i also had to uncomment the BroadcastServiceProvider in app.php to get the default broadcast auth route registered properly.
@NoahNobody
@NoahNobody 6 месяцев назад
I'm glad I found this video tutorial else I probably wouldn't try orchid. Great job.
@degiowo8476
@degiowo8476 6 месяцев назад
¡Amigo excelente video, te pasaste!
@arisonsa
@arisonsa 7 месяцев назад
do you still a working link to the repo?
@testrj522
@testrj522 7 месяцев назад
I am getting this error " { "error": { "errors": [ { "domain": "calendar", "reason": "requiredAccessLevel", "message": "You need to have writer access to this calendar." } ], "code": 403, "message": "You need to have writer access to this calendar." } }" Also unable to change permission to manage changes to events, How can I do it Can anyone help me in this?
@WebDevMatics
@WebDevMatics 7 месяцев назад
I think you need to enable permission from Google developer console. Please search this query on Google you might get solution
@salahfreih8744
@salahfreih8744 7 месяцев назад
Can you share with us the data base tree
@salemcode
@salemcode 8 месяцев назад
this method is so bad, like imagine someone knows about this makes a copy of the same URL with email_verify_url different likes email deletion link It'll delete the uneducated user account because he does not have enough knowledge in software development 🤦‍♂
@WebDevMatics
@WebDevMatics 8 месяцев назад
Security wise there is bearer token and encoded hash which cannot be guessed. What do you mean by email deletion link? We are not deleting anything.
@jyotimohite-patil1704
@jyotimohite-patil1704 8 месяцев назад
without redis how to do?
@md.towhidulislam582
@md.towhidulislam582 8 месяцев назад
i run migration + seeders but password not working
@user-mo4jd9sq4h
@user-mo4jd9sq4h 8 месяцев назад
Good afternoon, you can upload the source code of the project
@webjaved
@webjaved 8 месяцев назад
That's an awesome tool that you've built. That'll come in handy for many! 👏
@theindianastrology1884
@theindianastrology1884 8 месяцев назад
I am getting INvalid token error
@theindianastrology1884
@theindianastrology1884 8 месяцев назад
Any Solution please
@WebDevMatics
@WebDevMatics 8 месяцев назад
I think I need to update this video may be package has been updated
@user-vi2fp6dl7b
@user-vi2fp6dl7b 9 месяцев назад
Good job! Thank you very much!
@WebDevMatics
@WebDevMatics 9 месяцев назад
You are welcome
@md.arifmehedi6559
@md.arifmehedi6559 9 месяцев назад
great, work it will be more beneficial us ,thank you very much
@rashidrafiq9239
@rashidrafiq9239 9 месяцев назад
Thanks, it helped a lot :)
@SamiMansour
@SamiMansour 9 месяцев назад
Hi, Thank you for this tutorial. I did everything and websockets is listining the broadcast but the popup notification dosen't appaear (on broadcast). I installed the latest version of pusher/pusher-php-server ^7.2 withbeyondcode/laravel-websockets ^1.14 what is the mistake?
@WebDevMatics
@WebDevMatics 9 месяцев назад
Any message on console?
@SamiMansour
@SamiMansour 9 месяцев назад
@@WebDevMatics no I see every things is working and it listening ok on broadcast And it is appeared on websockets dashboard. When I comment ->broadcast($user) and activate ->toDatabase($user) The popup is appeared and notification number is increased.
@quanchi88
@quanchi88 9 месяцев назад
Nice stuff man. I wanted to give it a try but the webpage is not available. Is this project still going on?
@WebDevMatics
@WebDevMatics 9 месяцев назад
Unfortunately, It is archived
@johnarviepante7259
@johnarviepante7259 9 месяцев назад
BROOOOO 2023 AND YOU JUST SAVE OUR LIVESSSSSS THANK YOU SO MUCH FOR CREATING THIS PROJECT AND GIVING IT FOR FREEEEE!! I REALLY APPRECIATE YOU BROO. THANK YOUU
@WebDevMatics
@WebDevMatics 9 месяцев назад
Happy to hear that it helped you
@agilecode_ke
@agilecode_ke 10 месяцев назад
How do you customize the panel color
@WebDevMatics
@WebDevMatics 9 месяцев назад
Its dark mode
@inteliconn995
@inteliconn995 10 месяцев назад
Thanks!
@SubhenduBhatta
@SubhenduBhatta 10 месяцев назад
You are welcome
@funnyvids7797
@funnyvids7797 10 месяцев назад
Video is not playing
@SubhenduBhatta
@SubhenduBhatta 10 месяцев назад
It was processing, now it should. Thank you for patience
@ramavatarchoudhary2652
@ramavatarchoudhary2652 10 месяцев назад
Hello sir this package not workng on laravel 9
@WebDevMatics
@WebDevMatics 10 месяцев назад
Please use latest version 4.x