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
CHAT