how to add authenticate query. like rest api where we can use self, anonymous
@Jra_hatke_sarthakАй бұрын
Ye sare comments krne wale tere dost hai na 😅😂
@basiccodingwithshailendraАй бұрын
Ha bhai
@PriyaMaurya-ro1dp3 ай бұрын
Hello sir ap offline classes nh dete
@basiccodingwithshailendra3 ай бұрын
Mujhe mail kro then ham log discuss krte hai
@muhammadsameer.20623 ай бұрын
Kindly update branch URL in description as I've noticed that you've already updated the code in Mass_Delete branch.
@basiccodingwithshailendra3 ай бұрын
Ok
@muhammadsameer.20623 ай бұрын
Kindly update git branch URL. It is showing the first default branch.
@muhammadsameer.20623 ай бұрын
Kindly update the code for new Magento version (2.4.6): File Path: Custom/Blog/Controller/Adminhtml/Post/Savepost.php Note: unset($data['post_id']) is missing from 3rd to 6th branch. But I've found the fix in your last video. ******** OLD CODE ******** if(isset($id) && !empty($id)){ $model = $this->postFactory->create()->load($id); $model->addData($data); $model->save(); }else{ $model = $this->postFactory->create(); $model->setData($data); $model->save(); } ******** NEW CODE ******** if(isset($id) && !empty($id)){ $model = $this->postFactory->create()->load($id); $model->addData($data); $model->save(); }else{ unset($data['post_id']); $model = $this->postFactory->create(); $model->setData($data); $model->save(); }
@basiccodingwithshailendra3 ай бұрын
Ok I will do
@muhammadsameer.20623 ай бұрын
Kindly update the code for new Magento version (2.4.6): File Path: Custom/Blog/Model/DataProvider.php ********** NOTE ********** $loadedData is undeclared. Kindly add the code before __construct method. ********** CODE ********** protected $loadedData;
@basiccodingwithshailendra3 ай бұрын
Ok thanks
@muhammadsameer.20623 ай бұрын
@@basiccodingwithshailendra Your Admin Grid playlist is outstanding. Love from Pakistan <3
I can't add a new post I receive the message that the post has been successfully saved but it is not added to the database
@BastO5824 ай бұрын
yes i have same issue sir please help sir
@basiccodingwithshailendra4 ай бұрын
Check the table name is created or not
@basiccodingwithshailendra4 ай бұрын
Check the table name is created or not
@twitch.tv.piskoszo3 ай бұрын
@@basiccodingwithshailendra But i see table in Manage Custom Blogs, button Add New Post work correct and if i click this button i saw Name,Url key, Post Content but if i click save nothing happens it doesn't add a new post for me
@basiccodingwithshailendra3 ай бұрын
Send me the whole module in my email .i will check and tell the fixes.
@BhimLamichhane-km6nj5 ай бұрын
when i click on the addpost button then i get the following issue. Invalid security or form key. Please refresh the page. how to solve?
@basiccodingwithshailendra5 ай бұрын
Please check the router id from adminhtml/routes.xml and your addpost controller name
@basiccodingwithshailendra5 ай бұрын
Yes,Send me your whole module in my email id.i will check and tell you the fixes.
@jsm3578 ай бұрын
Best tutorial congratulations!!
@basiccodingwithshailendra8 ай бұрын
Thanks And Welcome
@jsm3578 ай бұрын
Thanks man this video save me ! For magento 4.2 I needed add an typing in de collection file in Grid folder like this \Magento\Framework\DB\Adapter\AdapterInterface $connection = null,
@basiccodingwithshailendra8 ай бұрын
Thanks and Welcome
@myller552210 ай бұрын
Hello Shailendra, Thank you so much for your video. It helped me a lot! #grateful
@basiccodingwithshailendra10 ай бұрын
Thanks and Welcome
@BouncerHook11 ай бұрын
Database my ni aya ye
@basiccodingwithshailendra11 ай бұрын
Create table and insert dummy data
@SANDEEPSINGH-b7r11 ай бұрын
Aap ne bahot ache se bataya hai thanks. Mujhe is me bas eak issue hai ki aap ne blog_id kahe se liya hai (schema.graphqls & BlogDetails.php) me. Jo ki PHP my admin me bhi show nahi ho raha hai.
@basiccodingwithshailendra11 ай бұрын
blog_id column hai table ka jiske through model load karte hai. Ek tarike se wo entity id hai
@DanielRueda-d6t11 ай бұрын
where take this customblog_form_data_source ? , i see only in customblog_new_form.xml but don't create in di.xml or othre file, what is the meen of this ?
@basiccodingwithshailendra11 ай бұрын
Please see the edit form video there you can see
@alpeshnavadiya719411 ай бұрын
how can i update and delete by graphql?
@basiccodingwithshailendra11 ай бұрын
Use graphql query and pass id in query and write deletion code in resolver.
@alpeshnavadiya7194 Жыл бұрын
create video on image upload
@basiccodingwithshailendra Жыл бұрын
Ok will create and upload soon.
@horrorbotgaming6393 Жыл бұрын
But br is not a closing tag😢
@basiccodingwithshailendra Жыл бұрын
Yed 😄😄
@Rohit-x5u Жыл бұрын
Thanks sir for explaining crud operation in easy to understand manner... Best tutorial on magento in entire youtube...loads and loads of love😍😍
@basiccodingwithshailendra Жыл бұрын
Thank you very much Rohit.
@ubedrajput1102 Жыл бұрын
Hello sir can you please make a video for create a magento2 ui grid in frontend custom select query way please.
@basiccodingwithshailendra Жыл бұрын
Ok Sure
@ArbitraryZer0101 Жыл бұрын
why english title, then all hindi in video??? annoying
@basiccodingwithshailendra Жыл бұрын
Sorry,that is just for SEO purpose. I am working on thumbnail,will update soon
@basiccodingwithshailendra Жыл бұрын
Super Global Variable in PHP | PHP - $_SERVER Variable In Hindi
@basiccodingwithshailendra Жыл бұрын
Super Global Variable in PHP | PHP $_GET $_POST $_REQUEST Variables Tutorial in Hindi
@ShailendraOffice-n9k Жыл бұрын
Nice Explain
@basiccodingwithshailendra Жыл бұрын
Thanks
@ShailendraOffice-n9k Жыл бұрын
Nice Tutorials
@basiccodingwithshailendra Жыл бұрын
Thanks
@basiccodingwithshailendra Жыл бұрын
How To Include Files In PHP - Include, Require, Include Once, and Require Once Tutorial In Hindi
@shubhamrajjaiswal9122 Жыл бұрын
Thank you so much, you explained very well
@basiccodingwithshailendra Жыл бұрын
Thanks And Welcome.
@basiccodingwithshailendra Жыл бұрын
Php to Print A.
@priyapatel8711 Жыл бұрын
Thanks for this video :) Please tell me how can I fetch product quantity of each size variant of configurable products, as well as for simple products too in product filter query Magento 2 graphql. Can you kindly share asap
@basiccodingwithshailendra Жыл бұрын
Magento2 does not provide quantity in the response and you can only get the each variant sku and stock_status. If you want then you have to add extra parameters in the graphql.
@ShailendraOffice-n9k Жыл бұрын
Great logic
@basiccodingwithshailendra Жыл бұрын
Thanks
@basiccodingwithshailendra Жыл бұрын
PHP To Print 'A' Using * #shorts #php #corephp #coding
@ShailendraOffice-n9k Жыл бұрын
Best Logic explained in 3 Step.
@basiccodingwithshailendra Жыл бұрын
Thanks
@basiccodingwithshailendra Жыл бұрын
How to Print Alphabet letter 'A' using Star in PHP
@musyfy5594 Жыл бұрын
Nice concept
@basiccodingwithshailendra Жыл бұрын
Thnks
@ShailendraTheTech Жыл бұрын
Best Video
@basiccodingwithshailendra Жыл бұрын
Thanks
@musyfy5594 Жыл бұрын
great tutorials.
@basiccodingwithshailendra Жыл бұрын
Thanks
@Shailendra-g1w Жыл бұрын
Nice Tutorials
@basiccodingwithshailendra Жыл бұрын
Thanks
@basiccodingwithshailendra Жыл бұрын
How To Override Controller | How To Override Block | How To Override Template File In Mganeto2
@pratikbhosale2967 Жыл бұрын
Nice tutorial sir make video layout instructions in details helpful for magento developer
@basiccodingwithshailendra Жыл бұрын
Thanks,noted I will create and uplod soon
@ShailendraOffice-n9k Жыл бұрын
Very Good Explained
@basiccodingwithshailendra Жыл бұрын
Thanks
@ShailendraOffice-n9k Жыл бұрын
Thank You For You Video.
@basiccodingwithshailendra Жыл бұрын
Thanks
@ShailendraTheTech Жыл бұрын
Well Explained
@basiccodingwithshailendra Жыл бұрын
Thanks
@musyfy5594 Жыл бұрын
best tutorials
@basiccodingwithshailendra Жыл бұрын
Thanks
@basiccodingwithshailendra Жыл бұрын
Page Layouts in Magento2 | Module Page Layout in Magento2 | Magento 2 Frontend Development