Jump to content

PrestaShop 1.7 Module Dev Course suggestion


Recommended Posts

Hi everyone!

I would like you to share your "top" prestashop courses.

I'm willing to study again (started a few months ago and didn't finish) a PrestaShop module development study-practice process.

The one I found the best, at least of the sites I've visited is the one from @NemoPS http://nemops.com/prestashop-modules-course/ (by the way, congratulations nemo for this great course, really recommended!), it's great and explains a lot of good stuff. So i'm going to finish it, look at it deeper, and more than nothing put it in practice. But what about PrestaShop 1.7? 

How would you people suggest me to start learning this path? I've been working with Presta for several years, but not so deeply in what development really is, so I don't know where to start from and all information I find is too segregated... Any "big" course/tutorial to have a wide vision of the matter? It's ok to study 1.6 with 1.7 already out? Should I start with official documentation? :S

Thanks!!

Link to comment
Share on other sites

Hi,

You can read that : http://build.prestashop.com/news/prestashop-in-2019-and-beyond-part-1-current-architecture/

And others articles on it about development.

Moreover, you can read the devdoc here : https://devdocs.prestashop.com/1.7/basics/introduction/

You can find examples of module for 1.7 here : https://github.com/friends-of-prestashop (more to come)

You can look on some native modules refactoring, with some tests and others great dev tools :

  1. FacetedSearch : https://github.com/PrestaShop/ps_facetedsearch/pull/52 and others Pull Requests
  2. ProductComments : https://github.com/PrestaShop/productcomments/pull/26 and others Pull Requests

You can search more modules and others tools on PrestaShop list of Repositories on GitHub https://github.com/PrestaShop (sort Repositories of Prestahop by recently updated)

You can read latest Pull Requests on PrestaShop Repository to discover others cool things incoming. https://github.com/PrestaShop/PrestaShop/pulls

Codings Standard of PrestaShop for your modules : https://github.com/PrestaShop/php-coding-standards

and more few things...

Edited by Janett (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
On 5/17/2019 at 9:10 PM, Janett said:

Hi,

You can read that : http://build.prestashop.com/news/prestashop-in-2019-and-beyond-part-1-current-architecture/

And others articles on it about development.

Moreover, you can read the devdoc here : https://devdocs.prestashop.com/1.7/basics/introduction/

You can find examples of module for 1.7 here : https://github.com/friends-of-prestashop (more to come)

You can look on some native modules refactoring, with some tests and others great dev tools :

  1. FacetedSearch : https://github.com/PrestaShop/ps_facetedsearch/pull/52 and others Pull Requests
  2. ProductComments : https://github.com/PrestaShop/productcomments/pull/26 and others Pull Requests

You can search more modules and others tools on PrestaShop list of Repositories on GitHub https://github.com/PrestaShop (sort Repositories of Prestahop by recently updated)

You can read latest Pull Requests on PrestaShop Repository to discover others cool things incoming. https://github.com/PrestaShop/PrestaShop/pulls

Codings Standard of PrestaShop for your modules : https://github.com/PrestaShop/php-coding-standards

and more few things...

Thanks @Janett!! Will take a look at this ;)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...