Download the PHP package joseki/sandbox without Composer
On this page you can find all versions of the php package joseki/sandbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sandbox
Sandbox
Application skeleton for Nette Framework applications with many additional features:
- LeanMapper ORM included
- Query objects
- auto service registration based on simple Entity-table mapping in neon config
- closure tables
- Phinx database migration including initial script
- Package based directory structure
- separated neon config files for each extension (to clarify these config files)
- less -> css templates written in attribute-selector way in resources/design/
- example for simple testing mechanism using Nette/Tester in tests/
Install
using Composer (note that webroot is just a name of a directory where your project will be created. Feel free to change webroot to whatever you like)
move to webroot directory
create config.local.neon and add valid credentials to a database layer
create SQL tables using Phinx migration tool
Packages name
In your IDE (PhpStorm, NetBeans or whatever you use), replace all occurencies of MyApplication with whatever is your project name namespace (e.g. Joseki). Also rename app/MyApplication as well (in my case to Joseki).
In this skeleton, I use composer to autoload my application scripts in app/ directory the same way as I do with dependecies stored in libs/ (vendor) directory so you need to call:
That's all folks!
All versions of sandbox with dependencies
nette/nette Version ~2.2
joseki/error-presenter-extension Version ~1.0
joseki/forms Version ~1.0
joseki/leanmapper-extension Version ~1.0
joseki/webloader-filters Version ~1.0
kdyby/forms-replicator Version @dev
nextras/datagrid Version ~2.1
nextras/forms Version ~1.4
janmarek/webloader Version ~2.2
robmorgan/phinx Version ~0.3