I want to make an admin form in magento 2 without using ui component method. Please refer me a link or a appropriate solution.
2 Answers 2
i will share two below link for without UI component related so please check it.
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.
- 
 i have try both of these but form is not display at the endAfnan Ahmad– Afnan Ahmad2024年03月21日 05:53:13 +00:00Commented Mar 21, 2024 at 5:53
- 
 code.vky.co.in/magento-2-module-creator above link generated your module. after download install your project.mohit vamja– mohit vamja2024年03月21日 06:02:28 +00:00Commented 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/ generatedmohit vamja– mohit vamja2024年03月21日 07:16:10 +00:00Commented Mar 21, 2024 at 7:16
- 
 my discord id = mohit_gento so please chat with me I will help you.mohit vamja– mohit vamja2024年03月21日 07:31:31 +00:00Commented Mar 21, 2024 at 7:31
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.
- 
 thanks mohit it worksAfnan Ahmad– Afnan Ahmad2024年03月22日 09:33:27 +00:00Commented Mar 22, 2024 at 9:33
- 
 ok, @Afnan Ahmad. please accept my answer and upvote me.mohit vamja– mohit vamja2024年03月22日 10:20:02 +00:00Commented Mar 22, 2024 at 10:20