0

I want to make an admin form in magento 2 without using ui component method. Please refer me a link or a appropriate solution.

Dhiren Vasoya
9,70914 gold badges37 silver badges61 bronze badges
asked Mar 21, 2024 at 5:15

2 Answers 2

0

i will share two below link for without UI component related so please check it.

https://www.magedelight.com/resources/how-to-create-admin-grid-and-form-without-ui-component-in-magento-2/

https://www.rohanhapani.com/magento-2-create-admin-grid-and-form-without-ui-component/

I hope that is helpfully for you. so please accept my answer and upvote me.

answered Mar 21, 2024 at 5:21
4
  • i have try both of these but form is not display at the end Commented Mar 21, 2024 at 5:53
  • code.vky.co.in/magento-2-module-creator above link generated your module. after download install your project. Commented Mar 21, 2024 at 6:02
  • after add your module please apply all commands for magento module install related. sudo php bin/magento s:up && sudo php bin/magento setup:di:compile && sudo php bin/magento s:static-content:de -f && sudo php bin/magento c:f && sudo chmod -R 777 var/ pub/ generated Commented Mar 21, 2024 at 7:16
  • my discord id = mohit_gento so please chat with me I will help you. Commented Mar 21, 2024 at 7:31
0

i am following the below link for all steps after checking my module It is working so please check my screenshot.

https://www.rohanhapani.com/magento-2-create-admin-grid-and-form-without-ui-component/

enter image description here enter image description here enter image description here

after apply below commands.

sudo php bin/magento s:up && sudo php bin/magento setup:di:compile && sudo php bin/magento s:static-content:de -f && sudo php bin/magento c:f && sudo chmod -R 777 var/ pub/ generated

if have any issues so please tell me.

answered Mar 21, 2024 at 7:05
2
  • thanks mohit it works Commented Mar 22, 2024 at 9:33
  • ok, @Afnan Ahmad. please accept my answer and upvote me. Commented Mar 22, 2024 at 10:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.