Laravel Filament 2/3: Product Resource with Table and Forms

preview_player
Показать описание

- - - - -
Support the channel by checking out my products:

- - - - -
Other places to follow:
Рекомендации по теме
Комментарии
Автор

Just wanted to take a moment to tell you, that you're an enrichment to the webdev community. Love you brother.

arturmuellerromanov
Автор

Wow! Amazing admin panel! It saves development time!
Thank you so much!

webdev
Автор

So just started working on this API and wanted to know what are these resource and Json resources about can they be used for API calls ? How do we write our logic just seen to array function in it

alishan
Автор

Hi what's difference between pages and filament resource and how to generate forms and tables from filament pages

tidianisamake
Автор

Small note, to add a delete button in a table, you can just add 🙂

ziga
Автор

How to get private code review from you?

АмирниязМамбетниязов
Автор

I am very new to Filement, but so far it's very interesting.

Have you gone over how to modify a resource based on user roles?
Like a super admin can see more and when editing or creating add more.

I ran into the problem where a resource with the same model name won't list in the rotues.

adampatterson
Автор

Hello friends.
I am looking for ideas can you help me??
I manage an application for the management of activities. I have a textarea editor that allows me to write the activity report. I want when the user finishes writing his report that he can save it in the database and at the same time be able to download it in docx format.

sawadogosidiki
Автор

Will you teach online on your course I mean if we have questions will you be online and answer to those questions? or it is just video tutorials?

АмирниязМамбетниязов
Автор

Fish farming management

Bowl_table
id
name
kind (fish)
purchase_price
harvest_table
id
kind = can be ['selling', 'donate', 'self_consuming']
date
bowl_id
and now I want to group my bowl harvest by kind and I have this error when i use Db::Table and groupBy('harvest.kind')

tidianisamake
Автор

Please create video on laravel octane. It's one of the important things developer should know.

partikpatel
Автор

Hello Povalis Korop,  


First I need to thank you for all the quality content you share to learn laravel better and easily. 


I have some questions for you. I have job portal laravel project where I am sending job alerts to candidates who subscribed to it. What I am doing is sending notifications to all subscribed candidates  together but I think this is not a best approach thinking about performance. 


I want to know how can I send notifications to bulk users in background without affecting the website performance. I know that Queueing notifications maybe the solutions but I don't have access to shell in production to run queue jobs. Also I am sending quite bit payload to notifiable and that might not work if I use database driver for queue to store the payload. 


So what should I do? What is the best way to send notifications to bulk users without affecting the performance? 


Note : I could set up a separate email server but this could be costly solution. I want to achieve it via laravel way. 


Waiting for your reply. 


Thanks and Regards

Ashish Madhavacharya

ashishmadhavacharya