Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 489 Bytes

File metadata and controls

19 lines (14 loc) · 489 Bytes

developmenttask

This is the repo for PHP development task

Installation

-To run this project you need a server such as WAMP,Laragon,XAMPP. -clone git repo from github.

Database Configs

  • To config database $host = "localhost"; $user: "root" // according to your server $pass: "" // according to your server $dbname = "development_task"; //Database name created in phpmyadmin

Note

-Database file is attached in the repo -SQL file name development_task.sql.