UNIX BLOG

Blog for NIX system based administrators

framework

Laravel header footer layout

For using a standart header and footer for every page in Laravel Framework, we need to define a layout. This article will describe to you, how to setup a layout with header and footer in LARAVEL framework for PHP in 7 STEPS 1 STEP: Define a layout, make a directory: app/views/layouts 2 STEP: Create a […]

Tags: , , , , , ,

Posted in php coding | No Comments »

Install YII framework on XAMPP in windows 7

In tutorial it is said to use yyic webapp ../yourproject. But php.exe is not working.   1. Download and unzip the Yii framework: http://www.yiiframework.com/download/ 2. unzip it into the folder in your c:\xampp\httpdocs 3. go to cmd.exe (command promot)  and type: cd c:\xampp\htdocs\framework\ or c:\xampp\htdocs\yii\framework depending how the YII framework folder installed. type yiic webapp […]

Tags: , , , , ,

Posted in Installation of Web-Scripts | 1 Comment »