2017 © Pedro Peláez
 

project web-project-advanced

Nette: advanced web project

image

george-oakling/web-project-advanced

Nette: advanced web project

  • Wednesday, September 2, 2015
  • by george-oakling
  • Repository
  • 2 Watchers
  • 2 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Nette Web Project Advanced

How to use

composer create-project george-oakling/web-project-advanced, (*1)

Benefits: - preconfigured LESS and startup JS files in app/assets dir - preconfigured BasePresenter with default WebLoader components - clean HomepagePresenter templates - preconfigured Phinx, which gets default params by two way parsing config.local.neon - htaccess improvements (caching of static files, more options for DEFLATE) - Critical CSS first time extraction and showcase in head, (*2)

TODO: - BaseForm based on Nextras Forms Renderer - default deployment.ini - on deploy, require special HTML page (maintenance), after deploy not (in www/index.php there should be a check for a file which is made by deployer, if there is one, require the maintenance page, if there is not one, start usual application startup process) - create special deploying DeployPresenter, which starts database migrations and other useful things, (*3)

The Versions