项目作者: mustafa1991

项目描述 :
Native application with PHP 7 & MySQL.
高级语言: PHP
项目地址: git://github.com/mustafa1991/native-php-app.git
创建时间: 2019-07-14T16:03:38Z
项目社区:https://github.com/mustafa1991/native-php-app

开源协议:

下载


Native PHP Application

Simple native PHP application with a simple organized architecture for beginners in PHP.

Using PHP 7.3, MYSQL 5.7 database and Bootstrap 4 as frontend framework for building responsive designs.

Prerequisites:

You will need the following running on your local development machine.

  • Apache or Nginx
  • PHP 7.*
  • MySQL

Installation Steps:

  • Download or clone repository.
  • Add the repository folder into your apache document root folder (htdocs or www), or create new virtual host and map it to your repository folder.
  • Import DB file that exist in DB/demo.sql using mysql client (phpMyAdmin or Workbench).
  • You can find your app configuration in app/Config/app.php, change it with your configurations like your dbhost, dbusername, ..etc.
  • Visit your application link http://localhost/native-php-app or through your virtual host server name.