Logos are essential part of branding and defining a company.
Here are some examples of Logos we make in our company.
Monday, September 16, 2013
Saturday, September 14, 2013
Installing Laravel
Laravel-----------------------------------------PHP Framework.
This is a PHP frame work with MVC architecture.
This tutorial will talk about installation of the Laravel frame work and uses.
Source to download from: http://laravel.com/
Installing this frame work requires following the steps a little care fully.
I will go step by step installation to make things easier for the beginner:
Version :Laravel 4
Pre requiste :
We are going to use xampp with windows 7
1.Download xampp from location above.
2.Install xampp.(Skip if you already have installed or already know about installing xampp or apache)
3.Down load Composer and install.Preferably the default location for installing,C drive/Program files.
4.Download Laravel 4 and install it .Copy it to directory-xampp-installed/xampp/htdocs/
or advanced users can place outside htdocs.
5.Setting Environment variables
Set Path for Git Hub in environment variables : C:\Program Files\Git\bin
6.Settings:
Enable OpenSSL.Open php.ini file from xampp/php/php.ini
Remove the comment from :
//extension=php_openssl.dll
to
extension=php_openssl.dll;
7.Install Frame work dependencies
Run CMD as administrator
Let directory DL=where Laravel 4 is installed :/htdocs/laravel/laravel-master/
8.Type the following after going to directory where you installed Laravel 4(or any version you downloaded):
cd to DL directory in CMD.
Type following: composer install
After successfully installing:
you will get a message like:
In Local PC,using xampp address (in browser) should be:
localhost/laravel/laravel-master/public.
You might get errors because if you forget to enable openssl.
End.
This is a PHP frame work with MVC architecture.
This tutorial will talk about installation of the Laravel frame work and uses.
Source to download from: http://laravel.com/
Installing this frame work requires following the steps a little care fully.
I will go step by step installation to make things easier for the beginner:
Version :Laravel 4
Pre requiste :
- PHP version reqd :>=5.3.7,Xampp Download Xampp
- Github Download Location:Download GIT
- Composer Download location:Download Composer
- Laravel 4: Download Location: Download Laravel
- Windows 7
We are going to use xampp with windows 7
1.Download xampp from location above.
2.Install xampp.(Skip if you already have installed or already know about installing xampp or apache)
3.Down load Composer and install.Preferably the default location for installing,C drive/Program files.
4.Download Laravel 4 and install it .Copy it to directory-xampp-installed/xampp/htdocs/
or advanced users can place outside htdocs.
5.Setting Environment variables
Set Path for Git Hub in environment variables : C:\Program Files\Git\bin
6.Settings:
Enable OpenSSL.Open php.ini file from xampp/php/php.ini
Remove the comment from :
//extension=php_openssl.dll
to
extension=php_openssl.dll;
7.Install Frame work dependencies
Run CMD as administrator
Let directory DL=where Laravel 4 is installed :/htdocs/laravel/laravel-master/
8.Type the following after going to directory where you installed Laravel 4(or any version you downloaded):
cd to DL directory in CMD.
Type following: composer install
After successfully installing:
you will get a message like:
In Local PC,using xampp address (in browser) should be:
localhost/laravel/laravel-master/public.
You might get errors because if you forget to enable openssl.
End.
Subscribe to:
Posts (Atom)



