PHP Frameworks

How To Install and Use Composer on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use Composer on Ubuntu 16.04

Composer is a popular dependency management tool for PHP, created to facilitate installation and updates for project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.

Read more
How To Deploy a Symfony Application to Production on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Symfony Application to Production on Ubuntu 14.04

Symfony is an open source web framework written in PHP, suitable for building projects of any size. It provides a well-designed structure, based on reusable components, on top of which you can build your own PHP application. This tutorial will cover the steps necessary to manually deploy a basic Symfony application on a Ubuntu 14.04 server.

Read more
How to Install and Get Started with Symfony 2 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Get Started with Symfony 2 on Ubuntu 14.04

Symfony is a full-stack, open source PHP framework, also well known for its independent components that can be easily integrated into any other PHP project. The Symfony framework is suitable for building PHP applications of any size, including console applications to run only on the command line.

Read more
CHAT