Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

nette-examples/micro-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-blog [DISCONTINUED]

A simple example showing how to use Nette Framework as a micro-framework.

Nette Framework 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.

Nette Framework speaks your language and helps you to easily build better websites.

Installation

git clone https://github.com/nette-examples/micro-blog
cd micro-blog
composer install

The simplest way to get started is to start the built-in PHP server in the root directory of your project:

php -S localhost:8000 -t www

Then visit http://localhost:8000 in your browser to see the welcome page.

It requires PHP version 7.2 or newer.

About

[DISCONTINUED]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5