Skip to content

niushay/excel_simulation_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo.mp4
  1. Clone the code from Github:
  1. Create a database
  2. Change the settings file in app/config/config.php:
  • Change DB_HOST, DB_USER, DB_PASS, DB_NAME to your own database settings.
  • Change FOLDER_NAME to the name of the folder which you clone the code
  1. Change the folder name(the red one) in the .htaccess file which is in the public/.htaccess

Options -Multiviews

RewriteEngine On

RewriteBase /{YOUR_FOLDER_NAME} /public

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

  1. Run XAMPP or another web server
  2. Locate the folder in the htdocs folder of XAMPP
  3. Open the browser and enter the URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published