- Welcome to Geeksww.com
Installing Symfony using PEAR
Symfony is one of the best rapid application development frameworks available for PHP. In this tutorial I am going to discuss the installation steps for Symfony.
From a command line go to PHP’s folder and type the command below.
pear channel-discover pear.symfony-project.com
The result should be a success in discovering the channel. Now, run the following command to check the libraries available in this channel.
pear remote-list -c symfony
Now, install the package using the command below.
pear install symfony/symfony
After successfully completing installation, run command below just to make sure if Symfony has been installed properly or not.
symfony -V
You should see Symfony’s version number indicating that Symfony has been successfully installed on the machine.
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, source code, php, install cairo, laptop, java, mysql, linux, install mysql, mysql initialization, mysql mysql, tools, ubuntu
Similar Tutorials:
- How to install Python Gearman client module?
- Installing Gearman application framework on Debian Linux
- PHP Useful functions (Part 1) - The inRange function
- How to check PHP version number?
- Decoding XML String Values (PHP version)
Tutorials in 'Web Development > PHP' (more):
- Generating prime nos in PHP using multiprocessing - Geaman with PHP client Part I
- PHP Useful functions (Part 2) - The currentURL function
- PHP Useful functions (Part 1) - The inRange function
- Generating Unique IDs in PHP
- How to check PHP version number?
Comments (write a comment):
0 comments so far. Be the first one to leave a comment on this article.
leave a comment