blue-sky-dev / ytronic-php-website

Simple PHP Website designed for multipurpose objective

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ytronic PHP Website

This is a simple php website developed for multipurpose objective

Ytronic Preview

Pre-Requisites:

  1. Download and Install XAMPP

Click Here to Download

  1. Install any Text Editor (Notepad++ or Visual Studio Code or Atom etc...)

Installation

  1. Download as Zip or Clone this project
  2. Move this project to Root Directory into ytronic folder
Local Disc C: -> xampp -> htdocs -> 'ytronic'

Local Disk C is the location where xampp was installed

  1. The yt-config.php file contains the configuration of the website

  2. Open XAMPP Control Panel and Start 'Apache'

  3. On your browser type the address http://localhost/ytronic/

Howto create Pages and Menus

  • Go to ytronic -> yt-content, clone faqs.php, rename to webpage.php and edit the title, content, metas, etc...

  • Open ytronic -> yt-template -> nav-menu.php and go to line 11 and add this:

'webpage'	=> 'Webpage',
  • Refresh your browser and a new menu item should be appear

License

Licensed under GNU General Public License v2 or later

About

Simple PHP Website designed for multipurpose objective

License:GNU General Public License v2.0


Languages

Language:PHP 85.7%Language:CSS 14.1%Language:JavaScript 0.2%