php

Как установить и настроить phpMyAdmin в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить и настроить phpMyAdmin в Ubuntu 16.04

Несмотря на то, что многие пользователи испытывают потребность в системе управления базами данных вроде MySQL, работа с MySQL только с помощью средств командной строки может вызывать дискомфорт. phpMyAdmin был создан для того, чтобы пользователи могли управлять базой данных…

Read more
¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Proteger phpMyAdmin en Ubuntu 16.04?

Aunque muchos usuarios necesitan la funcionalidad de un sistema de gestión de bases de datos como MySQL, pueden no sentirse cómodos de interactuar con el sistema únicamente desde la consola de MySQL. PhpMyAdmin fue creado para que los usuarios puedan interactuar con…

Read more
How To Create Artisan Commands To Manage Database Records in Laravel — step-by-step Programming tutorial on Progressive Robot

How To Create Artisan Commands To Manage Database Records in Laravel

If you followed along with this series so far, your database tables should be all set by now. However, you still need to implement a way to let users insert new entries in the links table. In this guide, we’ll create Artisan commands to manage database records on your application. At the end, you’ll be able to create, list, and delete links in the database using command-line Artisan commands.

Read more
How To Embed a React Application in WordPress on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Embed a React Application in WordPress on Ubuntu 18.04

This tutorial will walk you through best practices for embedding a React application in a WordPress site. You will create a widget intended to be embedded on multiple pages and sometimes multiple times on a page. On the server side, it will be implemented as a WordPress shortcode. By the end of this tutorial, you will have created your own shortcode, inserted it into a page in WP Admin, and published that page.

Read more
CHAT