Service Business PHP Script With Codeigniter

 This is a Service Business PHP Scrip built with CodeIgniter Framework, with basic features: posting news, events, introducing services, advertising done projects, managing team members, post service price list….The code has already arranged functions on the homepage, so you just need to change the content as required. Basic development code should be suitable for those who want to quickly have a website to introduce products or services or those who are just starting to learn about CodeIgniter.



* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file news.sql database;
  • Open file config.php and database.php (in directory application/config) to configuration database connection, project url
  • Site URL: http://localhost/project_name/
  • Admin panel URL: http://localhost/project_name/admin
  • Default login account: admin@gmail.com / 1234

Password extract file: blogitcode.com


Previous Post Next Post