An open API service indexing awesome lists of open source software.

https://github.com/nette-examples/fifteen


https://github.com/nette-examples/fifteen

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

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.

What is [Nette Framework](https://nette.org)?
--------------------------------------------

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:
```shell
git clone https://github.com/nette-examples/fifteen
```

2. Navigate to the project directory:
```shell
cd fifteen
```

3. Install the required dependencies:
```shell
composer install
```

4. 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.