php

What is Laravel? — step-by-step Programming tutorial on Progressive Robot

What is Laravel?

Laravel is a free and open-source PHP framework that provides a set of tools and resources to build modern PHP applications. With a complete ecosystem leveraging its built-in features, and a variety of compatible packages and extensions, Laravel has seen its popularity grow rapidly in the past few years, with many developers adopting it as their framework of choice for a streamlined development process.

Read more
Como instalar a pilha Linux, Apache, MySQL, PHP (LAMP) no Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar a pilha Linux, Apache, MySQL, PHP (LAMP) no Ubuntu 14.04

A pilha “LAMP” é um grupo de softwares open source que é tipicamente instalado em conjunto para permitir um servidor hospedar websites dinâmicos e aplicações web. Este termo é atualmente um acrônimo que representa o sistema operacional Linux, com o servidor web Apache. A informação do site é armazenada em uma base de dados MySQL, e o conteúdo dinâmico é processado pelo PHP.

Read more
How To Configure Varnish for Drupal with Apache on Debian and Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Configure Varnish for Drupal with Apache on Debian and Ubuntu

In this the cloud provider article, as a part of a series to help developers with scaling, we will be talking about configuring Varnish with Drupal. This will greatly reduce the amount of time it takes users to load your Drupal based website, and increase the simultaneous serving capacity of your the cloud provider VPS by passing requests through the Varnish Cache software first.

Read more
How To Install and Configure Laravel with Nginx on Ubuntu 22.04 (LEMP) — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Laravel with Nginx on Ubuntu 22.04 (LEMP)

Laravel is an open-source PHP framework that provides a set of tools and resources to build modern PHP applications. With a complete ecosystem leveraging its built-in features, Laravel’s popularity has grown rapidly in the past few years, with many developers adopting it as their framework of choice for a streamlined development process.

Read more
How To Install and Get Started with Twig on a VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Get Started with Twig on a VPS

If a PHP file becomes more complex (and it will for any application), you will have a big problem with managing the layout of your site. If you want a designer to work with it, this designer will have to search into this file which is what we want to prevent. So the solution is the separation of the presentation (layout) from the logic (programming) and the best way to do it is by using a template engine such as Twig.

Read more
CHAT