php

Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить Linux, Nginx, MySQL, PHP (LEMP) в Ubuntu 16.04

Стек LEMP представляет собой набор программного обеспечения, который используется для отображения динамических веб-страниц и веб-приложений. Этот акроним обозначает операционную систему Linux и веб-сервер Nginx. Данные при этом хранятся в базе данных MySQL, а динамическое…

Read more
How To Create a Laravel Contact Form and Send Emails with SendGrid — step-by-step Web Servers tutorial on Progressive Robot

How To Create a Laravel Contact Form and Send Emails with SendGrid

Laravel is a free, open source PHP framework, based on Symfony and used for creating web applications. SendGrid is a cloud-based SMTP provider that allows you to send email without having to maintain email servers. In this tutorial, you’ll add a contact form to an existing Laravel application and configure it to send emails via SMTP using SendGrid.

Read more
How To Install and Configure Slim Framework on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Slim Framework on Ubuntu 14.04

This tutorial will illustrate the steps required to install and configure Slim Framework on a the cloud provider VPS. By the end of this tutorial, you will have a well organized, working instance of Slim Framework, complete with a folder structure that you can base your project in.

Read more
CHAT