How To Get Started with Silex on Ubuntu 14.04
Silex is a PHP micro-framework built on Symfony2 components. It can be used to build small websites and large applications alike. It is concise, extensible, and testable.
Silex is a PHP micro-framework built on Symfony2 components. It can be used to build small websites and large applications alike. It is concise, extensible, and testable.
This article will teach you how to use CakePHP to create a small web application.
Laravel est un framework PHP open-source qui fournit un ensemble d’outils et de ressources pour construire des applications PHP modernes. Avec un écosystème complet tirant parti de ses fonctionnalités intégrées, la…
Data persistence and file storage represent two of the biggest challenges when horizontally scaling web applications. This is mainly due to the fact that it is hard to maintain consistency of variable data between multiple application nodes.
Laravel ist ein Open-Source-PHP-Framework, das einen Satz von Tools und Ressourcen zur Entwicklung moderner PHP-Anwendungen bereitstellt. Dank eines umfassenden Ökosystems, das auf seine integrierten Funktionen…
In this tutorial, we will install and begin using Symfony 2 on an Ubuntu 12.04 VPS.
Many web applications include an in-app notification system that will notify you instantly when someone carries out an action related to you or your account. On Facebook, you will be notified when someone likes your status, or when someone comments on your profile. This tutorial will guide you through replicating this functionality by creating a web-based notification system using [Laravel](https://laravel.com) and [Pusher](https://pusher.com).
Conteneuriser une application fait référence au processus d’adaptation d’une application et de ses composants afin de pouvoir l’exécuter dans des environnements légers appelés conteneurs. Ces environnements sont isolés et…
Las migraciones y los sembradores son poderosas utilidades de bases de datos que se proporcionan a través del marco PHP Laravel para permitir a los desarrolladores iniciar, destruir y volver…
Learn how to install Laravel and configure a full Docker Compose on Ubuntu, including PHP, Nginx, MySQL, and container networking.