2017 © Pedro Peláez
 

project sandbox-z

Pre-configured PHP7.1 Nette sandbox.

image

jzechy/sandbox-z

Pre-configured PHP7.1 Nette sandbox.

  • Thursday, December 14, 2017
  • by JZechy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Sandbox-Z

Latest stable license Downloads Total, (*1)

Pre-configured PHP7.1 Nette sandbox., (*2)

Using

composer create-project jzechy/sandbox-z

Composer dependencies

Sandbox have pre-configured and ready this packages: * nette/nette Nette Framework Metta package. * kdyby/translation Translation extension. * kdyby/console Implementation of Symfony console. * nextras/mail-panel Capturing emails into Tracy Debugger bar. * nextras/orm Database ORM extension. * nextras/migrations Database migrations. * nette/tester PHP unit testing. Dev dependency., (*3)

Composer projects

Composer helpful project, installed after Sandbox-Z composer installation. * nette/code-checker A simple tool to check source code against a set of Nette coding standards., (*4)

Structure

  • components Folder for common components.
  • config Project configuration files.
  • lang Language resources for translator.
  • model Folder for model classes.
  • modules Folder for application modules.
    • front Default Front module.
  • presenter Folder for common presenters.

Basic classes

  • BasePresenter Base presenter class.
  • Component Base class for components.
  • Form Base class for form components.
  • Orm Nextras ORM model class fo repositories.
  • RouterFactory Default routing class.

BIN files

  • code.bat File to run code-checker for all files in app folder.
  • console.bat File to run Kdyby\Console.

The Versions