Skip to content

nette-examples/fifteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Fifteen (Nette Framework Example)

This is a simple example demonstrating the use of components as reusable, stand-alone units within a presenter in the Nette Framework. You can place multiple components alongside each other, and each will function independently. Communication between components and the presenter is facilitated through an event-driven model.

Nette Framework is a prominent tool for PHP web development, designed with usability and friendliness in mind. It prioritizes security and performance, standing out as one of the safest PHP frameworks available. Nette Framework is intuitive, helping you efficiently build improved websites.

Installing

Follow these steps to set up the example:

  1. Clone the repository:
git clone https://github.com/nette-examples/fifteen
  1. Navigate to the project directory:
cd fifteen
  1. Install the required dependencies:
composer install
  1. Make directories temp/ and log/ writable.

Running the Demo

Then navigate your browser to the www directory.

Requirements

Ensure you have PHP version 8.1 or above installed to run the demo.