After user requests I decided to create a login system with responsive framework called Adminplus so if someone entering in web development arena it might be helpful. Remember this is for learning or if you want you can use it for small / medium sized projects for big projects my recommendation is to go for MVC pattern.
Design and Developed by Sanjay Prasad
Features of Adminplus
- Responsive framework foundation with SAAS files
- Password is hashed using md5,sha256 and custom word openplus
- password change
- profile picture upload
- profile details management
Upcoming Next version
- user management
- user registration with username validation using jquery
- intregating calender
Installation :
1.download zip file from Githhub , extract folder and save it inside directory htdocs under folder adminplus-master
2. open phpmyadmin and create a database admin_plus, now inside admin_plus import sql file from folder sql.
3. now open adminplus , localhost/adminplus-master
4. use username - sanjay and password openplus.in
Design :
For designing learn foundation http://foundation.zurb.com/docs/ , for editing SAAS you will get file inside scss folder, use compass for editing.
If you only want to edit css open folder css and edit style.css
Navigation :
Edit navigation.php to add menus and also dashboard.php user switch.
I will request you to Register at my website to get latest information about this project