SitePoint’s PHP channel conducted its annual survey on the most popular framework of 2015 and the results were discussed here.
We saw some familiar names: Laravel, Symfony2, Phalcon, Silex, Slim, etc. But wait, what is this: Nette?
According to the survey result, it ranked number 3 in both “at Work” and “in Personal Projects”, just tailing the two giants: Laravel and Symfony2.
I had never heard of this framework before the survey results got published. A framework so popular is worth looking into. Thus, in this article, we will take a look at Nette, see what it can do and discuss some of the features.
NOTE: We will base our review on the official Getting Started tutorial.
Installation and bootstrapping
Nette uses a self-bootstrap approach (similar to Laravel) with the support of composer:
composer create-project nette/sandbox demo
This will create a demo directory in the current one, and a sandbox project will be loaded into said folder.
Nette’s Getting Started tutorial guides us through building a simple blog app which features basic blog functions like: list all posts, view an individual post, create/edit a post, comments, security etc.
Continue reading %Nette Framework: First Impressions%
by Taylor Ren via SitePoint
No comments:
Post a Comment