article

Sunday, April 10, 2016

Nette Framework

Nette Framework

A popular tool for creating web applications in PHP. Powerful and understandable tool that satisfies the programmers. It eliminates security risks, honors for AJAX, DRY, KISS, MVC and code reuse.

Nette Framework comes with a whole array of technical innovations – you will create perfectly secured applications, which will be easily extensible. It has an active community of PHP developers and many companies have put it to good use.

Download : https://nette.org/en/download


Laravel 5 - Remove public from URL

Laravel 5 - Remove public from URL

From url http://localhost/laravel/public

To http://localhost/laravel/

1. Rename the server.php in the your Laravel root folder to index.php
2. copy the .htaccess file from /public directory to your Laravel root folder. Thats it !!

Related Post