Informative video, great work! Bhai, just a small request - could you please use dark mode in the editor? I'd love to follow this series more comfortably. Thanks!
@pondokkoding50232 күн бұрын
how to add track location of user in mixpanel? thanks alot
@amitavroydevКүн бұрын
The data should be added through filter. The data is generally available in analytics. I didn’t have to do anything special.
@harshasampath40853 күн бұрын
I want to create custom UI for bot UI for my mobile app , therefore can I acquire this scenario using this APIs.. ?
@amitavroydev3 күн бұрын
Yes, you can do that for sure
@anushreekulkarni76593 күн бұрын
Hello sir i want to integrate chatwoot and typebot 1. I create website inbox and i copy and paste the code in my codebase 2. And i access super admin console i want to create agent bot 3.here i dont know what is i write in outgoing url field 4.and i dont know what link i paste inside http block configuration inside typebot Please help me sir
@amitavroydev3 күн бұрын
What is typebot? Outgoing URL for Chatwoot - if you are just using Chatbot then you don't need an outgoing URL. They are only for webhooks.
@iordanistsapanidis40213 күн бұрын
Create a video how to delete images when record is deleted, i did not filnd anything that works
@amitavroydev3 күн бұрын
You will just need to get the image path and use the Laravel File API to delete it.
@abcddnfhdudncviwoos4 күн бұрын
Unable to create pipeline jobs environment config should implement the script:, run:, or trigger: keyword' How to fix it on gitlab sir ?
@amitavroydev3 күн бұрын
Can you show me the error and the code?
@neshken21064 күн бұрын
Hello, thank you for your content, it has been a great help to me. I have a concern regarding registering a parent/child form. In my case residential units (parent) and addresses (child). There is a polymorphic relationship. I don't know how to register the child and show the edit. Thanks, a hug from Colombia
@amitavroydev4 күн бұрын
First of all, thanks for the comment. In regards to your questions: In your Filament ResidentResource, add form fields for the Address relationship. This will allow you to add or edit the address directly from the Resident form. Since you’re working with a polymorphic relationship, Filament will need to know how to save the related Address model when the Resident model is saved. Use the mutateFormDataBeforeSave hook in ResidentResource to manage the saving logic.
@neshken2106Күн бұрын
@@amitavroydev Hi, it worked perfectly. Now I would like to know how do I capture any field in my table to do another type of insert; also how do I capture that ID for further editing. Thanks, a hug from Colombia
@goldenchannel71916 күн бұрын
Hello, I want to ask, why on my mixpanel when I click it doesn't display any data, only the super admin only displays track data Thank you very much for your help
@amitavroydev6 күн бұрын
Very difficult to say without knowing what you have done
@kakamimou10 күн бұрын
Hello sir, can you help me..? i was wondering to use ->checkIfRecordIsSelectableUsing for different actions with different conditions
@nguyentanhuudanh10 күн бұрын
I did as you did, but when I entered the localhost:4040 page, all posts were POST /api/webhook. 502 Bad Gateway 0.66ms
@bilguun8310 күн бұрын
WoW thank you for a helpful video. Thank you sir
@amitavroydev10 күн бұрын
You are most welcome
@angelukpong13 күн бұрын
Great tutorial. Do I need to install Laravel Jetstream before filament? Or I don't need Jetstream.
@amitavroydev13 күн бұрын
Just install filament
@Naderabdou14 күн бұрын
hi i have two table one product and two is images ok and between us relation one to many i am handel when create but when edit cant prview images form table image can you help me ??
@amitavroydev13 күн бұрын
In the console you should see the url which is being required. Check what's that. Have you also done storage link?
@onkark8215 күн бұрын
Git repo plz
@amitavroydev4 күн бұрын
Will check
@JohnSmithhh15 күн бұрын
Very usefull thanks! I hope I can separate log in cloudwatch by system and user id, lets see
@amitavroydev15 күн бұрын
Technically, I would say it's possible. But user id based might become too much
@bastin68820 күн бұрын
Is there a reason you had to run it on a nginx container and not in something like codesandbox?
@amitavroydev19 күн бұрын
You are asking about the html page? Yes, you can run that anywhere. For easy development I kept everything in one place
@Confidencerobionsion25 күн бұрын
There's too much talk in this record... got nothing
@amitavroydev25 күн бұрын
Feedback taken
@NFM-nb7dl27 күн бұрын
pls more content about it
@amitavroydev27 күн бұрын
Thanks for the comment. Will try more of this
@SameerGurung1975Ай бұрын
Great video! The path as a json object is being stored in the table. what if i want to store only the generated filenames of the uploaded files. Any pointers on how to do that?
@amitavroydev29 күн бұрын
You can get that data before save and work with it.
@st-oryАй бұрын
me build form for upload file, many field for upload file, after file uploaded file is missing in field fileupload, how to solve this problem ?
@amitavroydev29 күн бұрын
Without looking at the code, how can I say anything?
@stefanifd919Ай бұрын
can you tell me, what filament laravel version do you use?
@amitavroydevАй бұрын
This series is a bit old. But if you see, the composer json says the version is ^3.0
@stefanifd919Ай бұрын
@@amitavroydev okeyy thankyou for your response
@arifamrullah1986Ай бұрын
Simply type "nest g s modules/quiz"
@amitavroydevАй бұрын
Yeah, that's possible and would have saved time. But while showing things, I felt it would be much better to make the user understand what the framework expects. Thanks for the comment
@veloribaАй бұрын
Thanks! I’m going to use a before create hook to check if the user has enough space or credits under their subscription plan.
@amitavroydevАй бұрын
for sure.
@ultrasysАй бұрын
Hickups...
@amitavroydevАй бұрын
What?
@ultrasysАй бұрын
@@amitavroydev Your narration. Full of pauses, and hiccups (my first one was "corrected" by my ill behaved phone keyboard - now I'm on my laptop) which affects how one follows your video.
@minhanhluong7799Ай бұрын
Do you know how to clear data that we set by using electron-store when user uninstall app? I save access-token by using electron-store but I want if user reinstall application it will not auto-login. I have found a method deleteOnUninstall but maybe this is only work on windows
@amitavroydevАй бұрын
No my friend, haven't tried to handle the uninstall process.
@brendankoral5655Ай бұрын
Great tutorial, thanks Amitav!
@amitavroydevАй бұрын
Good to know you liked it. Thanks for the feedback
@abdulhaseeb7963Ай бұрын
Great series thank you for creating this amazing series
@amitavroydevАй бұрын
Welcome. Glad you liked it
@jorgep1761Ай бұрын
Thank you so much for this tutorial. So clear!!!
@amitavroydevАй бұрын
You are so welcome!
Ай бұрын
which plugin you use for .prettierrc config file?
@amitavroydevАй бұрын
Prettier - Code formatter by prettier.io
@vasiovasioАй бұрын
Super video Amitav! Interesting new approach - PHP as a Binary like a GO project! Three related questions: 1. What is the situation with the Session? The PHP creates them Inside the binary? 2. What about the file uploads? Is some tmp folder inside the binary or do you expect an external folder? 3. What about logs? Where are they stored?
@amitavroydev4 күн бұрын
Will test for the session on other DB. It works with Files I haven't tried uploads Logs were taken from std error
@vasiovasio4 күн бұрын
@@amitavroydev thank you for the response!
@zulhilmizainudinАй бұрын
I've zero knowledge about RAG and embedding. This is really cool and useful. Thanks!
@amitavroydevАй бұрын
Glad it was helpful! Do like and share so that it can help more people
@lemonroastedАй бұрын
thank you
@amitavroydevАй бұрын
You're welcome
@MasterRouterАй бұрын
I have about a week using Filament 3, and I was thinking exactly that for simple things like Tags, create or edit, is just a single column, so yea, what is the point of having a dedicated form... so, me coming from a raw developing background, I can do it the long way, my own components, class, JavaScript, you know, the good stuff... so it took, about 1 hr ( I was watching netflix), then it was getting an error something to do with cors(nothing related to what I was doing) so I came here, and I saw your video, it can not be that easy!, so I did that a commented the normal actions and boom! it was done! no F way!... Old developers like me, that have done, methods, classes, functions... etc from 0, are very thankful for Frameworks, tools like Laravel and Filament that makes things way too easy. New developers will never know the struggle we had before this tools.
@amitavroydev4 күн бұрын
Will need to check code to comment
@seopixelsАй бұрын
You saved my day mate
@amitavroydevАй бұрын
That's good to know
@zayyanabdillah7031Ай бұрын
is it mandatory to create datasource in root level?
@amitavroydevАй бұрын
Not necessary.
@mahasiswagoАй бұрын
Hello friends, I'm learning to make a Laravel application using Jetstream (user) and Filament (admin). Why doesn't the image sent by (user) appear in the Filament (admin) edit table? Can anyone help me here? thank you, god bless.🙏
@amitavroydevАй бұрын
I have never mixed both jet stream and filament so not sure. Might work because both are tailwind.
@imtiyaz_kumarАй бұрын
Hey thanks for the video. Have you created any video demonstrationg how can we Typesense in a laravel project with MySql database?
@amitavroydevАй бұрын
I have implemented it on the project which is running on MySQL
@carloangelo7946Ай бұрын
I have been searching and testing videos about react context for almost a day but this is the most easiest and clearer video I have seen and solve my problem! you deserve a sub !👍
@amitavroydevАй бұрын
Thanks a lot my friend. I am glad that you found the video useful.
@hastyarblbas15192 ай бұрын
Thank you dear ❤
@amitavroydevАй бұрын
Welcome
@umahatokula95862 ай бұрын
Thanks for this. How/where would you deploy this?
@amitavroydevАй бұрын
You can run this like any typical python app. However, i will try to create a separate video on how to dockerise it
@rahulkumar-lx4ohАй бұрын
@@amitavroydev yeah really needed it and also when I cloned your application there are other files as well can you explain about that what are the use of it?
@amitavroydevАй бұрын
@rahulkumar-lx4oh can you name the file? I will try to explain it in the readme as well
@hamzaashraf95292 ай бұрын
Superb Explaination
@amitavroydev2 ай бұрын
Thanks 👍
@nerisonpitogo37172 ай бұрын
Thanks for this. Right now my API endpoints are recorded in a spreadsheet. This is a lifesaver.
@amitavroydev2 ай бұрын
Oh then it will take your documentation to next level
@nerisonpitogo37172 ай бұрын
@@amitavroydev im using a Bearer Token in postman. How to make it work in Scramble?
@ghazyy12 ай бұрын
it was very helpful ! thank you ! i have a question : in case the records and files where too many, managing a folder with such files get very hard. is it possible to set the directory folder dynamically ? like year/month/ ?
@amitavroydev2 ай бұрын
Yes you can!
@AliRaza-mc7ig2 ай бұрын
your way of teaching is just oooosssmmmm. I watched many videos but was unable to understand relations but in the first 6 minutes of this video I understood relations
@amitavroydev2 ай бұрын
That's great 👍 Glad the video was helpful
@rajanbhatta47392 ай бұрын
Nice tutorial
@amitavroydev2 ай бұрын
Thanks
@az_spain2 ай бұрын
if you are interested in watching this whole series, this is what you are in for, I thought it useful to calculate and share, since somehow KZbin doesn't automatically provide this information (?) TOTAL SERIES DURATION 7:16:34 Introduction to Nest JS - A Node JS framework - from the basics | Nest js tutorials 0:05:59 01 Install Nest JS and how Nest Js route works | Nest JS Node JS tutorials 0:10:32 02 Creating a Module and Controller in Nest JS | Node JS, Javascript, Typescript 0:11:30 03 Depedency Injection in Nest JS | Inject Service in Controller | Node JS, Javascript, Typescript 0:07:58 04 Validatioin in Nest JS and DTO objects | Nest JS Node JS tutorials 0:10:14 06 Saving quiz data to Database in TypeORM using services and Repository NestJs tutorieal 0:08:04 07 Creating the Question entity for Quiz 0:12:54 08 Entity relation with TypeORM and saving questions 0:16:48 09 Refactoring the quiz module and moving things to make more sense using VS Code 0:05:57 10 Additing options to a questions using Type ORM relations - Part 1 0:10:34 11 Additing options to a questions using Type ORM relations - Part 2 0:12:18 12 Loading quiz with questions - query, joins and nested relations in TypeORM 0:14:14 13 Show Quiz with questions and options | Type ORM second level relation 0:06:11 14 Nestjs Config module to work with env files and hide your secrets from codebase 0:14:55 15 Nestjs | User registration and password hash with bcrypt with TypeORM Hooks 0:26:32 16 How to run or setup migrations in Nest JS with TypeORM 0:17:23 17 NestJS JWT Token for API authentication, Passport - API security 0:37:31 18 Nest JS JWT Secret through config and env file 0:10:13 19 Nest JS JWT Swagger API documentation setup 0:12:29 20 Pagination with Nest JS - How to get paginated data with Type ORM and Nest JS 0:11:14 21 Nest JS TypeORM Seeder setup | How to use Seeds and Factories with NestJs and TypeORM and more 0:13:57 22 Nest JS adding columns to a database table TypeORM using migrations 0:11:10 23 Nest JS How to use middleware in Nest JS and it's concept 0:09:40 24 Nest JS Custom exceptions and why they are useful 0:07:10 25 Nest JS Trick to use sample data while development 0:12:27 26 Nest JS Guards what are they and how to use them 0:11:50 28 Nest JS Events and how to do event driven development in Node Nest JS framework 0:18:41 27 Nest JS Dynamic role guard to handle multiple roles for different API 0:10:42 29 Nestjs API to upload files 0:15:04 30 Nestjs and Meilisearch backend implementation 0:22:54 31 Unlocking Full Text Search with NestJs, Meilisearch and ReactJs 0:15:48 NestJs migrations with TypeORM 0.3 (latest) - How to set it up from scratch using Datasource 0:23:41
@amitavroydev2 ай бұрын
Wow, thanks for taking the time to do this. Really appriciate
@az_spain2 ай бұрын
if you are interested in watching this whole series, this is what you are in for, I thought it useful to calculate and share, since somehow KZbin doesn't automatically provide this information (?) TOTAL SERIES DURATION 7:16:34 Introduction to Nest JS - A Node JS framework - from the basics | Nest js tutorials 0:05:59 01 Install Nest JS and how Nest Js route works | Nest JS Node JS tutorials 0:10:32 02 Creating a Module and Controller in Nest JS | Node JS, Javascript, Typescript 0:11:30 03 Depedency Injection in Nest JS | Inject Service in Controller | Node JS, Javascript, Typescript 0:07:58 04 Validatioin in Nest JS and DTO objects | Nest JS Node JS tutorials 0:10:14 06 Saving quiz data to Database in TypeORM using services and Repository NestJs tutorieal 0:08:04 07 Creating the Question entity for Quiz 0:12:54 08 Entity relation with TypeORM and saving questions 0:16:48 09 Refactoring the quiz module and moving things to make more sense using VS Code 0:05:57 10 Additing options to a questions using Type ORM relations - Part 1 0:10:34 11 Additing options to a questions using Type ORM relations - Part 2 0:12:18 12 Loading quiz with questions - query, joins and nested relations in TypeORM 0:14:14 13 Show Quiz with questions and options | Type ORM second level relation 0:06:11 14 Nestjs Config module to work with env files and hide your secrets from codebase 0:14:55 15 Nestjs | User registration and password hash with bcrypt with TypeORM Hooks 0:26:32 16 How to run or setup migrations in Nest JS with TypeORM 0:17:23 17 NestJS JWT Token for API authentication, Passport - API security 0:37:31 18 Nest JS JWT Secret through config and env file 0:10:13 19 Nest JS JWT Swagger API documentation setup 0:12:29 20 Pagination with Nest JS - How to get paginated data with Type ORM and Nest JS 0:11:14 21 Nest JS TypeORM Seeder setup | How to use Seeds and Factories with NestJs and TypeORM and more 0:13:57 22 Nest JS adding columns to a database table TypeORM using migrations 0:11:10 23 Nest JS How to use middleware in Nest JS and it's concept 0:09:40 24 Nest JS Custom exceptions and why they are useful 0:07:10 25 Nest JS Trick to use sample data while development 0:12:27 26 Nest JS Guards what are they and how to use them 0:11:50 28 Nest JS Events and how to do event driven development in Node Nest JS framework 0:18:41 27 Nest JS Dynamic role guard to handle multiple roles for different API 0:10:42 29 Nestjs API to upload files 0:15:04 30 Nestjs and Meilisearch backend implementation 0:22:54 31 Unlocking Full Text Search with NestJs, Meilisearch and ReactJs 0:15:48 NestJs migrations with TypeORM 0.3 (latest) - How to set it up from scratch using Datasource 0:23:41
@amitavroydev2 ай бұрын
Wow, thanks for taking the time to do this. Really appriciate