Members Dashboard back end Wordpress

JD90

Regular Member
Joined
Dec 9, 2019
Messages
305
Reaction score
69
Any good ways of developing a membership area on Wordpress to host courses, training programs, and other exclusive content? I'm currently using Thrive and also have Thrivecart. Apprentice and Thrivecart integrate well but want to have more in a members area than just courses.
 
i think you need a good web developer for your requirements
 
i think you need a good web developer for your requirements

Was thinking the same but wanted to see if anyone had done something similar without a developer
 
Here's some alternative approach (that I personally use).

Use Yii2 framework (advanced template). It's much easier than it sounds. It's Convention over Configuration, comes with CRUD generator, User Permissions (RBAC), extensions, migrations, console application, ready made admin panel (install yii2 adminlte), db query/page/schema caching and whatnot. It's fully extensible too (it's an MVC based framework). It can be deployed using docker (recommended) or through manual LAMP/LEMP setup depending on your taste (you will need composer).

Try watching some tutorials on yii2 (very important.. not Yii or Yii3, but Yii2; they are different architectures) if you are interested. This is the quickest and most secure way I know of for building a panel.
 
Last edited:
Here's some alternative approach (that I personally use).

Use Yii2 framework (advanced template). It's much easier than it sounds. It's Convention over Configuration, comes with CRUD generator, User Permissions (RBAC), extensions, migrations, console application, ready made admin panel (install mdm admin for yii2), db query/page/schema caching and whatnot. It's fully extensible too (it's an MVC based framework). It can be deployed using docker (recommended) or through manual LAMP/LEMP setup depending on your taste (you will need composer).

Try watching some tutorials on yii2 (very important.. not Yii or Yii3, but Yii2; they are different architectures) if you are interested. This is the quickest and most secure way I know of for building a panel.

Will take a look at this, thanks
 
Back
Top