demo.mp4
- Clone the code from Github:
- Create a database
- 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
- 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]
- Run XAMPP or another web server
- Locate the folder in the htdocs folder of XAMPP
- Open the browser and enter the URL
- Default: http://localhost/{YOUR-FOLDER-NAME}