How To Install Laravel with Nginx on an Ubuntu 12.04 LTS VPS
Here’s how to install Laravel with Nginx on an Ubuntu 12.04 LTS VPS.
Here’s how to install Laravel with Nginx on an Ubuntu 12.04 LTS VPS.
In this tutorial, you’ll install and get started with Composer on an Ubuntu 18.04 system.
Composer is a popular dependency management tool for PHP, created to facilitate installation and update of project dependencies. It will check which other packages a specific project depends on and install them for you, using the appropriate versions according to the project requirements.
Install and secure phpMyAdmin on Ubuntu with step-by-step instructions. Secure MySQL databases with SSL/TLS and Apache authentication.
In this guide, you will create a Laravel PHP application, build your app into a Docker image, and deploy that image to a Kubernetes cluster using the LAMP Helm chart. Next, you’ll set up an Ingress controller to add SSL and a custom domain name to your app. When completed, you will have a working Laravel application connected to a MySQL database that is running on a Kubernetes cluster.
LDAP allows you to keep your user authentication across multiple systems centralized in one location. In this guide, we will cover how to configure a client Ubuntu 12.04 machine to connect to our LDAP server for user authentication.
After completing this tutorial, you’ll have created Nagios Plugins with PHP on an Ubuntu 12.10 virtual server.
Laravel’s Seeders are special classes that live in the `database/seeders` directory in a Laravel project that allow you to programmatically insert a collection of default or sample records in the database. In this guide, learn how to use seeders to populate the database with sample data, using Eloquent models.
SimpleSAMLphp is an open-source PHP authentication application that provides support for SAML 2.0. SAML (Security Assertion Markup Language)* is a secure XML-based communication mechanism for exchanging authentication and authorization data.
This tutorial covers installing phpMyAdmin on a LAMP stack. Additionally it includes the steps on how to secure it with the .htaccess file. phpMyAdmin is a free web software to work with MySQL on the web, providing a convenient visual front end to the MySQL capabilities.