Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do I need a special web host to be able to utilize a PHP framework like CakePHP or Symfony?

Do I need a special feature on a web host to be able to utilize a PHP framework like CakePHP or Symfony?

If so, what feature am I looking for?

If not, are they hard to install?

like image 211
Ryan Avatar asked Apr 18 '11 17:04

Ryan


People also ask

What is the best framework to build a PHP web application?

Laravel – a popular PHP web framework with great extendability for high-quality applications. CodeIgniter – one of the most popular PHP frameworks with MVC support, great for creating lightweight web applications. Symfony – a modular PHP framework with a built-in debugging system and extensive documentation.

Which PHP framework is best for beginners?

CodeIgniter is the top choice for a beginner-friendly PHP framework that is easy to use and quick to learn. It works on the MVC architecture, is easy to install, offers several guides and is easy to understand for beginners to get started with developing web applications on PHP.

Which framework is used in PHP?

It is a set of PHP components to create websites and web application. Symfony framework is a perfect choice among frameworks to develop large-scale enterprise projects. Symfony is an open-source framework of PHP which is sponsored by SensioLabs.

What is the difference between laravel and Symfony?

Laravel is known for its simple and fast coding approach and works great for building effective web apps in PHP. Symfony is a web app PHP framework. It also relies on MVC pattern and can be used on various computing platforms. However, it is not just a framework, it is a set of reusable PHP components.


1 Answers

No you dont, and they are quite easy to install. However you would need to have some knowledge of how to use those MVCs.

like image 75
Vish Avatar answered Sep 23 '22 15:09

Vish