php

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
Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04

Kontainerisasi aplikasi mengacu pada suatu proses adaptasi aplikasi dan komponennya dengan tujuan agar dapat menjalankannya dalam lingkungan ringan yang dikenal sebagai kontainer. Lingkungan tersebut terisolasi dan dapat dibuang, serta dapat dimanfaatkan lebih lanjut untuk pengembangan, pengujian, dan penyebaran aplikasi hingga produksi. Dalam panduan ini, kita akan menggunakan Docker Compose untuk melakukan kontainerisasi aplikasi Laravel sebagai pengembangan pada Ubuntu 20.04.

Read more
CHAT