PHP Frameworks

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
Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法 — step-by-step Docker tutorial on Progressive Robot

Ubuntu 20.04でDocker Composeを使用してLaravelをインストールおよびセットアップする方法

アプリケーションのコンテナ化とは、コンテナと呼ばれる軽量環境で実行できるように、アプリケーションおよびそのコンポーネントを適応させるプロセスを指します。このような環境は他から分離され、使い捨てできるため、アプリケーションの開発、テスト、および実稼働環境へのデプロイに活用できます。このガイドでは、Ubuntu 20.04での開発用にDocker Composeを使用してLaravelアプリケーションをコンテナ化します。

Read more
How To Use the Fat Free PHP Framework — step-by-step Programming tutorial on Progressive Robot

How To Use the Fat Free PHP Framework

[Fat Free Framework](http://www.fatfreeframework.com) is a PHP *micro-framework* that was started in 2009 by Bong Cosca. Following a minimalistic approach, it tends to avoid adding code and structure that are not strictly necessary, while focusing on what really matters. Here’s our tutorial on how to use the Fat Free PHP framework.

Read more
How To Deploy an Advanced PHP Application Using Ansible on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy an Advanced PHP Application Using Ansible on Ubuntu 14.04

In this tutorial, we will cover setting up SSH keys to support code deployment/publishing tools, configuring the system firewall, provisioning and configuring the database (including the password), and setting up task schedulers (crons) and queue daemons. The goal at the end of this tutorial is for you to have a fully working PHP application server with the aforementioned advanced configuration.

Read more
CHAT