Handyline is a nice and clean designed handyman listing directory CMS made with Codeigniter PHP framework. Using this CMS, a handyman can list himself/herself into the directory. This listing process is completely free and they do not need to pay for the listing. After a handyman put all his data first time during the registration process, it will be waiting for admin approval. After it is reviewed and approved by the admin, the handyman profile will be shown on live. If a customer wants to hire a particular handyman, he can view all handyman profiles and can communicate him via email, phone or social media. The hiring process is not maintained by this script.
The important features of this script are:
Front End URL: https://demo.phpscriptpoint.com/handyline
Admin URL: https://demo.phpscriptpoint.com/handyline/admin
Handyman Login URL: https://demo.phpscriptpoint.com/handyline/handyman-profile/login
Username: admin@gmail.com
Password: 1234
Username: handyman@gmail.com
Password: 1234
Note: Data will not saved in demo version.
Version 2.3
- Fixed the deprecated message for PHP 8.4
Version 2.2
- Fixed the mkdir invalid path and session error for local server and some web server.
Version 2.1
- Made it compatible with php 8.2 - Fixed a minor bug in email sending using SMTP. - Changed the config file. Added items for "permitted_uri_chars"
Version 2.0
- Made the script compatible with php 8+ - Fixed the flash message problem for php 8+ - Fixed the pagination issue after php upgrade to 8+
Version 1.0
- Initial Release