2017 © Pedro Peláez
 

project nplayground

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

image

leonardoca/nplayground

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

  • Monday, January 19, 2015
  • by LeonardoCA
  • Repository
  • 3 Watchers
  • 3 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Nette Playground based on Nette Sandbox

Build Status Built with Grunt Latest stable Latest stable, (*1)

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support, (*2)

Nette Playground is a pre-packaged and pre-configured Nette Framework application that you can use as the skeleton for your new applications., (*3)

Nette is a popular tool for PHP web development. It is designed to be the most usable and friendliest as possible. It focuses on security and performance and is definitely one of the safest PHP frameworks., (*4)

Installing

The best way to install Sandbox is using Composer. If you don't have Composer yet, download it following the instructions. Then use command:, (*5)

$ composer create-project leonardoca/nplayground my-app
$ cd my-app

If you did not use Bower and Grunt you need to install them globally first. Both depend on Node.js and npm., (*6)

$ npm install -g bower
$ npm install -g grunt

To install bower dependencies and run grunt build scripts than run., (*7)

$ npm install
$ grunt

Make directories temp and log writable. Navigate your browser to the www directory and you will see a welcome page. PHP 5.4 allows you run php -S localhost:8888 -t www to start the web server and then visit http://localhost:8888 in your browser., (*8)

It is CRITICAL that whole app, log and temp directories are NOT accessible directly via a web browser! See security warning., (*9)

License

  • Nette: New BSD License or GPL 2.0 or 3.0 (http://nette.org/license)
  • jQuery: MIT License (https://jquery.org/license)
  • Adminer: Apache License 2.0 or GPL 2 (http://www.adminer.org)
  • Nette Playground: The Unlicense (http://unlicense.org)

Release History

See the CHANGELOG., (*10)

The Versions

11/10 2014

v0.0.5

0.0.5.0 https://github.com/LeonardoCA/nplayground

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

  Sources   Download

Unlicence

The Requires

 

The Development Requires

11/10 2014

v0.0.3

0.0.3.0 https://github.com/LeonardoCA/nplayground

Sandbox for experiments in Nette Framework, including bootstrap from twitter and bower/grunt support

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires

05/10 2014

v0.0.2

0.0.2.0 https://bitbucket.org/leonardoca/netteplayground

The sandbox is a pre-packaged Nette Framework project, including bootstrap from twitter and grunt support.

  Sources   Download

GPL-3.0 BSD-3-Clause GPL-2.0

The Requires

 

The Development Requires