Building A Simple Web Application With YII2
Understanding YII by building a school based result portal system.

Search for a command to run...
Series
In this series we'll be creating a school's result management portal using YII in order to explore the basic concepts of YII.
Understanding YII by building a school based result portal system.

This is the first article in my blog series "Building A Simple Web Application With YII2" and in this article we'll installing YII and working on user registration. The full code for this article can be found on my github: https://github.com/mrfola/...

This is the second article in my blog series "Building A Simple Web Application With YII2" and in this article we'll be working on the user login. Yii comes with a default login implementation (view and controller action) but we are going to be mod...

This is the third article in my blog series "Building A Simple Web Application With YII2" and in this article we'll be working on the admin login. In the last article we worked on user login, this is going to be very similar to that except that we ...

This is the fourth article in my blog series "Building A Simple Web Application With YII2" and in this article we'll be working on the admin login. In the last article we worked on admin login. Now we are going to implement result upload feature. T...

Allowing students view their results from their dashboard in YII
