Posts

Showing posts from April, 2017

Installing nette framework on Ubuntu

Image
How to Install and configure nette PHP framework in Ubuntu 16.04 ? Nette PHP framework is one of the most popular PHP frameworks.It is getting more popularity worldwide. In SitePoint's  survey of 2015 Nette is listed as the 3rd most popular framework used for dynamic web development. Today I am going to install and configure Nette 2.4 PHP Framework on Ubuntu 16.04. To install Nette 2.4 your server requires PHP version 5.6.0 or higher. Step1.You can check your PHP version by typing below command. php -version If you are running PHP less than 5.6 then please upgrade to continue. Here are Steps To Upgrade PHP version on Ubuntu 16.04 Step2. Checking composer is installed or not. If it is not installed Kindly run below commands to install Composer Globally on server. Installing composer globally on Ubuntu 16.04 Please run below commands to install composer. php -r "copy('https://getcomposer.org/