How to install Silex PHP framework on the server?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Satyam Jaiswal

    One can install Silex PHP framework on the server using composer.

    • composer require silex/silex "^2.0"
    • composer create-project fabpot/silex-skeleton path/to/install " ^2.0"

Related Questions

Please Login or Register to leave a response.

Related Questions

Silex Framework Interview Questions

What is Silex?

Silex is a PHP micro-framework based on top components of Symfony. It is inspired by the Sinatra Ruby framework...

Silex Framework Interview Questions

What are the important features of Silex Framework?

Some most popular features of the Silex Framework are as follows - Silex provides a simple and flexible routing system that allows you to map URLs to controllers and methods. Silex makes use...