| |
Installing Symfony using PEAR
|
|
Tutorials >
Web Development >
PHP >
Installation >
Installing Symfony using PEAR
|
|
Discuss this tutorial here |
Search www.geeksww.com for more tutorials here
|
|
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.
|
|
| |
|
Discuss this tutorial here |
Search www.geeksww.com for more tutorials here
|
| |
Similar Tutorials:
|
| |
Support Geeks Worldwide:Link to us:
You can support us by putting a link to our website on your blog or website (code is below).
<a href="http://www.geeksww.com/">
Geeks Worldwide - Tutorials about Software Installation,
Configuration, Administration, Monitoring, Tools, Tips &
Tricks
</a>
OR a simple one.
<a href="http://www.geeksww.com/">
Geeks Worldwide - IT related Tutorials
</a>
Feedbacks: We appreciate feedbacks and suggestions about our tutorials and Geeks Worldwide from readers. Please contact us using the form here and let us know what you think about the tutorial and the website in general.
Bookmark Us:
We are working on new features for the website, please keep visiting or bookmark us using your favourite bookmarking service.
Subscribe to RSS:
You can subscribe to our RSS feed here.
|
| |