cancel
Showing results for 
Search instead for 
Did you mean: 

Any doc for the developement of a magento module? Please

SOLVED

Any doc for the developement of a magento module? Please

Hello,

I want to develope a magento solution(plugin) so need the documentation for plugins developement. Thanks for helping. 

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Any doc for the developement of a magento module? Please

HI @jeanmomomo7290 

You can follow the below magento documentation to create a custom module.

https://devdocs.magento.com/videos/fundamentals/create-a-new-module/

I hope it will help you!

View solution in original post

Re: Any doc for the developement of a magento module? Please

HI @jeanmomomo7290 

Yes sure.

If you are new in magento then you can also refer below magento documentations.

https://magento.com/technical-resources

I hope it will help you!

View solution in original post

8 REPLIES 8

Re: Any doc for the developement of a magento module? Please

HI @jeanmomomo7290 

You can follow the below magento documentation to create a custom module.

https://devdocs.magento.com/videos/fundamentals/create-a-new-module/

I hope it will help you!

Re: Any doc for the developement of a magento module? Please

Hi @Vimal Kumar 

Thanks, Let me check.
Can i come back to you in case of need?

Re: Any doc for the developement of a magento module? Please

HI @jeanmomomo7290 

Yes sure.

If you are new in magento then you can also refer below magento documentations.

https://magento.com/technical-resources

I hope it will help you!

Re: Any doc for the developement of a magento module? Please

Yes i'm very new. Thanks

Re: Any doc for the developement of a magento module? Please

Hello 

Trying to install Magento 2.3.4 on my live server without success. It's been at "Installing... 0%" for 30mins already(2nd trial). Help please.

Re: Any doc for the developement of a magento module? Please

Hi @jeanmomomo7290 

 

Which php version you are using?

 

Increase memory_limit and max_execution_time in php.ini file.

 

Or add following lines in the index.php file of the root folder.

 

ini_set("max_execution_time",0);

ini_set("memory_limit", -1);


Check the following system requirement as well.
https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html

 

I hope it will help you!

Re: Any doc for the developement of a magento module? Please

php version: 7.2.27

Giving a try.
Thanks in advance.

Re: Any doc for the developement of a magento module? Please

hello.. @Vimal Kumar 

Suffered the installation too much, finally went through with souftaculous installer.

But now the app is super slow and sending me blanc page(

Request Timeout

This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'. ).  My hosting provider do not allow me to change PHP settings(so i can increase timeout). Plaese way i can bypass this?

Thanks