Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Landing Pages Starter (PHP + Simple MVC + .htaccess + mustache)

Notifications You must be signed in to change notification settings

andreymatin/php-landing-pages-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Landing Pages Starter

  • PHP
  • Mustache
  • .htaccess
  • Simple MVC

Templates

  • /views/home.html - index template
  • /views/email.html - email template

PHP Libraries

  • lib\compress\css.php - CSS optimisation and compress
  • lib\compress\jsminplus.php - JavaScript optimisation and compress
  • lib\compress\html.php - HTML optimisation and compress
  • lib\mustache - folder for latest Mustache (https://github.com/bobthecow/mustache.php)

Files

  • cron\
  • css\custom.css
  • img\
  • js\main.js
  • lib\adodb\
  • lib\compress\init.compress.php
  • lib\compress\css.php
  • lib\compress\jsminplus.php
  • lib\compress\html.php
  • lib\mustache\
  • lib\phpmailer\
  • mod\mustache.php
  • mod\email.php
  • mod\social.php
  • mod\googlemaps.php
  • mod\phpinfo.php
  • mod\serverinfo.php
  • mod\cache.php
  • views\partials
  • views\home.html
  • views\email.html
  • README.md
  • bower.json
  • index.php
  • .editorconfig
  • crossdomain.xml
  • robots.txt
  • .htaccess
  • favicon.ico

About

Landing Pages Starter (PHP + Simple MVC + .htaccess + mustache)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published