This is a Laravel Based Software.
Test Link: http://dms.wtmatter.com
- Simply Copy All The Files into a folder on your Server Root. (For Example, in localhost, you need to create a folder with any name and then have to copy all files into it.)
- Find the SQL File and import into a new database created in MySQL.
- By Default, the DB name is dms and root is the user with no password.
- You can change the DB details in the .env file. Because, github was not allowing to upload the .env file as it it, we've uploaded it with the name hello.env, rename it simply to .env
- You also need to modify the the helpers.php file. Here find the getHomeURL() and replace the URL in it with the base URL of your server and this software files folder.
- Also, there's a zip file, vendor.zip, unzip it as well.
- Apache or NGINX Web Server
- PHP (Version 7.3+)
- MySQL Version 5+
- Simply Go To the Project URL as per the name of project folder. For example, http://localhost/dms, if the project folder is dms in the root of your web server.
- Click on Signup to register a new user and login with the same details.
- Everything will be in front of you, do whatever you want!